## Get Started Review [examples.rb](twilio-ruby/blob/master/examples.rb) to see how to get started using twilio-ruby. To install: $ sudo gem install twilio-ruby To build and install yourself from the latest source: 1) git clone this repo 2) $ cd twilio-ruby; gem build .gemspec 3) sudo gem install twilio-ruby-{version}