Method: ChatBot::Commandable#body

Defined in:
lib/chatbot/commandable.rb

#bodyObject



11
12
13
# File 'lib/chatbot/commandable.rb', line 11

def body
  return @message.split(' ').drop(1).join(' ')
end