rb_io_ungetbyte   400 include/ruby/intern.h VALUE rb_io_ungetbyte(VALUE, VALUE);
rb_io_ungetbyte  8598 io.c               rb_define_method(rb_cIO, "ungetbyte",rb_io_ungetbyte, 1);
rb_io_ungetbyte  1534 ruby.c         		rb_io_ungetbyte(f, rb_str_new2("!\n"));
rb_io_ungetbyte  1537 ruby.c         		rb_io_ungetbyte(f, c);
rb_io_ungetbyte  1539 ruby.c         	    rb_io_ungetbyte(f, INT2FIX('#'));
rb_io_ungetbyte  1552 ruby.c         	    rb_io_ungetbyte(f, c);
rb_io_ungetbyte  1555 ruby.c         	rb_io_ungetbyte(f, Qnil);