* io.c (argf_next_argv): fixed indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-05 23:11:03 +00:00
parent 233cda0405
commit c06c77091b

2
io.c
View file

@ -9788,7 +9788,7 @@ Init_IO(void)
/*
* Hack to get rdoc to regard ARGF as a class:
* rb_cARGF = rb_define_class("ARGF", rb_cObject);
* */
*/
rb_cARGF = rb_class_new(rb_cObject);
rb_set_class_path(rb_cARGF, rb_cObject, "ARGF.class");
rb_define_alloc_func(rb_cARGF, argf_alloc);