Ruby 2.1.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Enumerator::Lazyクラス > drop_while

instance method Enumerator::Lazy#drop_while

drop_while -> Enumerator::Lazy[permalink][rdoc]
drop_while {|item| ... } -> Enumerator::Lazy

Enumerable#drop_while と同じですが、配列ではなくEnumerator::Lazy を返します。

[SEE_ALSO] Enumerable#drop_while