Class
Enumerator::Lazy
In:
lib/backports/2.0.0/enumerable/lazy.rb
Parent:
Enumerator
Methods
__set_inspect
chunk
collect
collect_concat
drop
drop_while
enum_for
find_all
flat_map
grep
inspect
lazy
map
new
reject
select
take
take_while
to_enum
zip
External Aliases
to_a
->
force
Public Class methods
new
(obj) {|yielder, *x| ...}
Public Instance methods
chunk
(*)
collect
()
Alias for
map
collect_concat
()
Alias for
flat_map
drop
(n)
drop_while
() {|*values| ...}
enum_for
(method = :each, *args)
Alias for
to_enum
find_all
()
Alias for
select
flat_map
() {|*values| ...}
grep
(pattern) {|values| ...}
inspect
()
lazy
()
map
() {|*values| ...}
reject
() {|values| ...}
select
() {|values| ...}
take
(n)
take_while
() {|*values| ...}
to_enum
(method = :each, *args)
zip
(*args)
Protected Instance methods
__set_inspect
(method, args = nil, receiver = nil)
[Validate]