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