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