# File lib/rspec/matchers/eql.rb, line 31
    def eql(expected)
      Eql.new(expected)
    end