Package org.jruby.util.io
Interface Getline.Callback<Self,Return extends IRubyObject>
- Enclosing class:
Getline
public static interface Getline.Callback<Self,Return extends IRubyObject>
-
Method Summary
Modifier and TypeMethodDescriptiongetline
(ThreadContext context, Self self, IRubyObject rs, int limit, boolean chomp, Block block)
-
Method Details
-
getline
Return getline(ThreadContext context, Self self, IRubyObject rs, int limit, boolean chomp, Block block)
-