class RSpec::Matchers::BuiltIn::BeNil

def match(_, actual)

def match(_, actual)
  actual.nil?
end