Mercurial > rsstweet
view config/initializers/ext_twitter_tweet.rb @ 221:545ce38ef3d6
Remove copied off client_options (to Clients)
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 27 May 2021 02:31:59 +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