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