# File lib/extlib/blank.rb, line 12
  def blank?
    nil? || (respond_to?(:empty?) && empty?)
  end