Package org.jruby.ext.stringio
Class StringIO.GenericWritable
java.lang.Object
org.jruby.ext.stringio.StringIO.GenericWritable
- Enclosing class:
- StringIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectappend(ThreadContext context, IRubyObject self, IRubyObject arg) private static IRubyObjectinspectPuts(ThreadContext context, IRubyObject maybeIO, RubyArray array) static IRubyObjectprint(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectprintf(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectputs(ThreadContext context, IRubyObject maybeIO, IRubyObject[] args) static IRubyObjectsyswrite(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectsyswrite_nonblock(ThreadContext context, IRubyObject self, IRubyObject[] args)
-
Constructor Details
-
GenericWritable
public GenericWritable()
-
-
Method Details
-
append
-
print
-
printf
-
puts
-
inspectPuts
-
syswrite
-
syswrite_nonblock
public static IRubyObject syswrite_nonblock(ThreadContext context, IRubyObject self, IRubyObject[] args)
-