ruby-changes:23026
From: kazu <ko1@a...>
Date: Sat, 17 Mar 2012 07:11:11 +0900 (JST)
Subject: [ruby-changes:23026] kazu:r35075 (trunk): follow r35040
kazu 2012-03-17 07:05:31 +0900 (Sat, 17 Mar 2012) New Revision: 35075 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35075 Log: follow r35040 Modified files: trunk/enumerator.c Index: enumerator.c =================================================================== --- enumerator.c (revision 35074) +++ enumerator.c (revision 35075) @@ -1656,7 +1656,7 @@ rb_define_method(rb_cEnumerator, "rewind", enumerator_rewind, 0); rb_define_method(rb_cEnumerator, "inspect", enumerator_inspect, 0); - /* Enumerable::Lazy */ + /* Lazy */ rb_cLazy = rb_define_class_under(rb_cEnumerator, "Lazy", rb_cEnumerator); rb_define_method(rb_mEnumerable, "lazy", enumerable_lazy, 0); rb_define_method(rb_cLazy, "initialize", lazy_initialize, -1); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/