Skip to content

Commit

Permalink
Revert "Delegate Tweet#profile_image_url and Tweet#profile_image_url_…
Browse files Browse the repository at this point in the history
…https to Tweet#user"

This reverts commit 7bd6f8f.
  • Loading branch information
sferik committed Jul 26, 2013
1 parent d5ce853 commit 4ef37d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/twitter/tweet.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
require 'forwardable'
require 'twitter/creatable'
require 'twitter/identity'

module Twitter
class Tweet < Twitter::Identity
extend Forwardable
include Twitter::Creatable
attr_reader :favorite_count, :favorited, :from_user_id, :from_user_name,
:in_reply_to_screen_name, :in_reply_to_attrs_id, :in_reply_to_status_id,
Expand All @@ -19,7 +17,6 @@ class Tweet < Twitter::Identity
alias favourited? favorited?
alias in_reply_to_tweet_id in_reply_to_status_id
alias retweeters_count retweet_count
def_delegators :user, :profile_image_url, :profile_image_url_https

# @return [Boolean]
def entities?
Expand Down

0 comments on commit 4ef37d6

Please sign in to comment.