私はtwilioを使用しています:Twilioのget:error未定義のメソッド` account'。Twilioの定義済みメソッド `account '
client = Twilio::REST::Client.new('twilio_sid','twilio_token')
# Create and send an SMS message
client.account.sms.messages.create(
from: "+12345678901",
to: user.contact,
body: "Thanks for signing up. To verify your account, please reply HELLO to this message."
)
https://github.com/twilio/twilio-ruby/wiki/Ruby-Version-5.x-Upgrade-Guide – Sajin