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