Class: Ellen::Adapters::Twitter

Inherits:
Base
  • Object
show all
Includes:
Mem
Defined in:
lib/ellen/adapters/twitter.rb

Instance Method Summary collapse

Instance Method Details

#runObject



14
15
16
17
# File 'lib/ellen/adapters/twitter.rb', line 14

def run
  abortable
  listen
end

#say(body) ⇒ Object



19
20
21
# File 'lib/ellen/adapters/twitter.rb', line 19

def say(body)
  client.update(body)
end