private IRubyObject |
RubyIO.getline(ThreadContext context,
org.jruby.util.ByteList separator,
long limit,
RubyIO.ByteListCache cache) |
private IRubyObject |
RubyIO.getline(ThreadContext context,
org.jruby.util.ByteList separator,
RubyIO.ByteListCache cache) |
private IRubyObject |
RubyIO.getlineFast(Ruby runtime,
int delim,
RubyIO.ByteListCache cache) |
private IRubyObject |
RubyIO.getlineInner(ThreadContext context,
org.jruby.util.ByteList separator,
long limit,
RubyIO.ByteListCache cache)
getline using logic of gets.
|