module RSpec::Matchers

def be_truthy

Passes if actual is truthy (anything but false or nil)
def be_truthy
  BuiltIn::BeTruthy.new
end