Home
last modified time | relevance | path

Searched refs:nxt_ruby_stream_io_puts (Results 1 – 1 of 1) sorted by last modified time

/unit/src/ruby/
H A Dnxt_ruby_stream_io.c17 static VALUE nxt_ruby_stream_io_puts(VALUE obj, VALUE args);
62 rb_define_method(stream_io, "puts", nxt_ruby_stream_io_puts, -2); in nxt_ruby_stream_io_error_init()
203 nxt_ruby_stream_io_puts(VALUE obj, VALUE args) in nxt_ruby_stream_io_puts() function