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