class RSpec::Matchers::BuiltIn::BeFalsey

def match(_, actual)

def match(_, actual)
  !actual
end