# File lib/rspec/matchers.rb, line 404
    def equal(expected)
      BuiltIn::Equal.new(expected)
    end