Skip to content

Commit

Permalink
Add Twitter::Tweet#possibly_sensitive?
Browse files Browse the repository at this point in the history
Closes #587.
  • Loading branch information
sferik committed Jun 27, 2014
1 parent f45ce59 commit 917e8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/twitter/tweet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class Tweet < Twitter::Identity
alias_method :retweet?, :retweeted_status?
alias_method :retweeted_tweet?, :retweeted_status?
object_attr_reader :User, :user, :status
predicate_attr_reader :favorited, :retweeted, :truncated
predicate_attr_reader :favorited, :possibly_sensitive, :retweeted,
:truncated

# @note May be > 140 characters.
# @return [String]
Expand Down

0 comments on commit 917e8f1

Please sign in to comment.