Class: Twitter::Tweet

Inherits:
Object
  • Object
show all
Defined in:
lib/raphael/plugin.rb

Instance Method Summary collapse

Instance Method Details

#reply(text, rest) ⇒ Object



68
69
70
# File 'lib/raphael/plugin.rb', line 68

def reply text, rest
  rest.update "@#{self.user.screen_name}\s#{text}", in_reply_to_status: self
end