Method: Tweet#tweet
- Defined in:
- lib/campfire/polling_bot/plugins/tweet/tweet.rb
#tweet(user, pass, proxy = nil) ⇒ Object
17 18 19 |
# File 'lib/campfire/polling_bot/plugins/tweet/tweet.rb', line 17 def tweet(user, pass, proxy=nil) self.class.tweet(, user, pass, proxy) end |