Commit Graph

6 Commits (2620e2cfa33c60984cf5de1525e4545fd46e4cd2)

Author SHA1 Message Date
luigi eb51e43fb4
Optimize some regex matching ()
* Use Regex#match?

* Replace =~ too

* Avoid to call match? from Nil

* Keep value of Regexp.last_match
Yamagishi Kazutoshi b21db9bbde Using double splat operator ()
Eugen Rochko 3e90987c8b Fix some rubocop style issues ()
Yamagishi Kazutoshi f937cad68f Skip formatting for cashtag in status text ()
Resolve 
abcang d22cec81fb Unify the method of extracting tags ()
masarakki d08f1112d5 use Twitter::Extractor for creating links ()