Mercurial > rsstweet
view config/initializers/ext_twitter_tweet.rb @ 187:a8ffbc623905
Remove unnecessary style type.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 14 Jul 2019 15:52:07 +0900 |
parents | d35dbc09bd83 |
children |
line wrap: on
line source
class Twitter::Tweet def full_text_extended attrs[:full_text].printable end memoize :full_text_extended def unescaped_text CGI.unescapeHTML full_text_extended end memoize :unescaped_text end