docs/usage/twiml.rst in twilio-ruby-3.11.5 vs docs/usage/twiml.rst in twilio-ruby-3.11.6
- old
+ new
@@ -51,10 +51,10 @@
require 'twilio-ruby'
Twilio::TwiML::Response.new do |r|
r.Say "hello"
- r.Gather :finish_on_key => 4 do |g|
+ r.Gather :finishOnKey => 4 do |g|
g.Say "world"
end
end.text
which returns the following