:nodoc:
24 25 26 27
# File 'lib/twilio/verb.rb', line 24 def method_missing(method_id, *args) #:nodoc: v = Verb.new v.send(method_id, *args) end