# File lib/twitter/model.rb, line 391 def reply(reply) status_reply = "@#{user.screen_name} #{reply}" client.status(:reply, :status => status_reply, :in_reply_to_status_id => @id) end