Method: Rodbot::Message#dump
- Defined in:
- lib/rodbot/message.rb
#dump ⇒ String
Serialize the message
70 71 72 |
# File 'lib/rodbot/message.rb', line 70 def dump Rodbot::Serializer.new(to_h).string end |
Serialize the message
70 71 72 |
# File 'lib/rodbot/message.rb', line 70 def dump Rodbot::Serializer.new(to_h).string end |