summaryrefslogtreecommitdiff
path: root/test/ruby/test_lazy_enumerator.rb
AgeCommit message (Expand)Author
2012-05-13* enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika
2012-03-26* enumerator.c (inspect_enumerator): show method arguments ofshugo
2012-03-24* enumerator (lazy_initialize): set the instance variable "receiver"shugo
2012-03-24* enumerator (enumerator_inspect): include the original receiver andshugo
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-16* enumerator.c (lazy_take): don't enumerate an extra value.shugo
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-15* enumerator.c (lazy_zip): rescue StopIteration returned byshugo
2012-03-15* enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo
2012-03-15* enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo
2012-03-15* enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo
2012-03-14* enumerator.c (lazy_init_iterator): break when Qundef is returnedshugo
2012-03-14* enumerator.c (lazy_take): add Enumerable::Lazy#take.shugo
2012-03-14* enumerator.c (lazy_grep_func): should use === instead of =~, asnobu
2012-03-14Init_Enumeratornobu
2012-03-13* enumerator.c (lazy_zip_func): use each for non-Array objects.shugo
2012-03-13* enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.shugo
2012-03-09* enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo
2012-03-09* test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.nobu