Simple: Where is the blank? method defined

I can’t figure out which part of Rails defines the blank? method. Where
does this happen?

Wes

On Dec 29, 2006, at 7:39 PM, Wes G. wrote:

I can’t figure out which part of Rails defines the blank? method.
Where
does this happen?

Wes

ActiveSupport, specifically, in vendor/rails/activesupport/lib/
active_support/core_ext/blank.rb (or the equivalent path in the gem
directory)

-Rob

Rob B. http://agileconsultingllc.com
[email protected]

Wes G. wrote:

I can’t figure out which part of Rails defines the blank? method.

locate .rb | xargs grep def.blank\?

?

Alternately, hit www.google.com/codesearch and enter def.blank?


Phlip
http://c2.com/cgi/wiki?ZeekLand ← NOT a blog!!