11 12 13
# File 'lib/chatbot/commandable.rb', line 11 def body return @message.split(' ').drop(1).join(' ') end