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