Skip to content

Commit

Permalink
Deprecate retweeters_count in favor of retweet_count
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 13, 2014
1 parent dd67984 commit ea39bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/tweet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Tweet < Twitter::Identity
deprecate_alias :favoriters_count, :favorite_count
alias_method :in_reply_to_tweet_id, :in_reply_to_status_id
alias_method :reply?, :in_reply_to_status_id?
alias_method :retweeters_count, :retweet_count
deprecate_alias :retweeters_count, :retweet_count
object_attr_reader :GeoFactory, :geo
object_attr_reader :Metadata, :metadata
object_attr_reader :Place, :place
Expand Down

0 comments on commit ea39bd0

Please sign in to comment.