Class: Hato::Plugin::Twitter

Inherits:
Base
  • Object
show all
Defined in:
lib/hato/plugin/twitter.rb,
lib/hato/plugin/twitter/version.rb

Constant Summary collapse

VERSION =
'0.0.1'

Instance Method Summary collapse

Instance Method Details

#notify(args) ⇒ Object



10
11
12
# File 'lib/hato/plugin/twitter.rb', line 10

def notify(args)
  send_tweet(args)
end