Class: Robin::Actions::EmptyTweet

Inherits:
Object
  • Object
show all
Defined in:
lib/robin/actions/empty_tweet.rb

Instance Method Summary collapse

Instance Method Details

#execute(client, output, input) ⇒ Object



3
4
5
# File 'lib/robin/actions/empty_tweet.rb', line 3

def execute(client, output, input)
  output.puts "You cannot tweet an empty message!"
end