class RSpec::Matchers::BuiltIn::BeTruthy

def match(_, actual)

def match(_, actual)
  !!actual
end