ActiveSupport, specifically, in vendor/rails/activesupport/lib/active_support/core_ext/blank.rb (or the equivalent path in the gem directory)
-Rob
Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com
ActiveSupport, specifically, in vendor/rails/activesupport/lib/active_support/core_ext/blank.rb (or the equivalent path in the gem directory)
-Rob
Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com
Wes Gamble 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\?