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