# File lib/rspec/matchers.rb, line 379
    def eq(expected)
      BuiltIn::Eq.new(expected)
    end