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