uniq -> Enumerator::Lazy
uniq {|item| ... } -> Enumerator::Lazy
Enumerable#uniq と同じですが、配列ではなく Enumerator::Lazy を返します。