mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* 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:
parent
233cda0405
commit
c06c77091b
1 changed files with 2 additions and 2 deletions
2
io.c
2
io.c
|
@ -9788,7 +9788,7 @@ Init_IO(void)
|
||||||
/*
|
/*
|
||||||
* Hack to get rdoc to regard ARGF as a class:
|
* Hack to get rdoc to regard ARGF as a class:
|
||||||
* rb_cARGF = rb_define_class("ARGF", rb_cObject);
|
* rb_cARGF = rb_define_class("ARGF", rb_cObject);
|
||||||
* */
|
*/
|
||||||
rb_cARGF = rb_class_new(rb_cObject);
|
rb_cARGF = rb_class_new(rb_cObject);
|
||||||
rb_set_class_path(rb_cARGF, rb_cObject, "ARGF.class");
|
rb_set_class_path(rb_cARGF, rb_cObject, "ARGF.class");
|
||||||
rb_define_alloc_func(rb_cARGF, argf_alloc);
|
rb_define_alloc_func(rb_cARGF, argf_alloc);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue