sferik / twitter-ruby

A Ruby interface to the Twitter API.

Home Page:http://www.rubydoc.info/gems/twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter::Client#blank? conflicts with rails #blank? and #present?

matteeyah opened this issue · comments

Twitter::Client#blank? conflicts with the usage of rails #blank? and #present?.

It should be renamed to something else that's ambiguous and not used in rails.

What’s the actual issue here? This is a private method, so it shouldn’t conflict.

I wish I explained this better at the time of opening. I can't seem to remember what it conflicted with exactly, but I'm 100% positive that it somehow had a negative impact to the usability of this gem (otherwise I wouldn't have opened it).