@note May be > 140 characters. @return [String]
# File lib/twitter/tweet.rb, line 29 def full_text if retweet? prefix = text[/\A(RT @[a-z0-9_]{1,20}: )/, 1] [prefix, retweeted_status.text].compact.join else text end end
@return [String] The URL to the tweet.
# File lib/twitter/tweet.rb, line 40 def uri Addressable::URI.parse("https://twitter.com/#{user.screen_name}/status/#{id}") unless user.nil? end
Generated with the Darkfish Rdoc Generator 2.