Skip to content

Instantly share code, notes, and snippets.

@Spaceghost
Created May 11, 2015 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spaceghost/832674f2190ef547b340 to your computer and use it in GitHub Desktop.
Save Spaceghost/832674f2190ef547b340 to your computer and use it in GitHub Desktop.
module Prelaunchr
module Twilio
class Client
def self.configure(&block)
Twilio.configure(&block)
end
def initialize
@client = Twilio::REST::Client.new
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment