class RSpec::Matchers::BuiltIn::Have

def enumerator_class

def enumerator_class
  RUBY_VERSION < '1.9' ? Enumerable::Enumerator : Enumerator
end