# File lib/rspec/matchers.rb, line 227 def be(*args) args.empty? ? Matchers::BuiltIn::Be.new : equal(*args) end