Class: TwittyConsole::PostHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/twitty-console/handler.rb

Instance Method Summary collapse

Instance Method Details

#handle(text) ⇒ Object



17
18
19
# File 'lib/twitty-console/handler.rb', line 17

def handle text
  TwittyConsole::Status.new(:status => text).update
end