class RSpec::Core::RakeTask

def blank

def blank
  lambda { |s| s.nil? || s == "" }
end