Mercurial > rsstweet
view config/initializers/ext_twitter_tweet.rb @ 188:d58666587a55
Whoops wrong lang attribute placement
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 14 Jul 2019 15:55:35 +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