# File lib/active_support/core_ext/blank.rb, line 9 def blank? respond_to?(:empty?) ? empty? : !self end