public static class StringIO.GenericWritable
extends java.lang.Object
Constructor and Description |
---|
GenericWritable() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
append(ThreadContext context,
IRubyObject self,
IRubyObject arg) |
static IRubyObject |
print(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
printf(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
puts(ThreadContext context,
IRubyObject maybeIO,
IRubyObject[] args) |
static IRubyObject |
syswrite_nonblock(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
syswrite(ThreadContext context,
IRubyObject self,
IRubyObject arg) |
public static IRubyObject append(ThreadContext context, IRubyObject self, IRubyObject arg)
public static IRubyObject print(ThreadContext context, IRubyObject self, IRubyObject[] args)
public static IRubyObject printf(ThreadContext context, IRubyObject self, IRubyObject[] args)
public static IRubyObject puts(ThreadContext context, IRubyObject maybeIO, IRubyObject[] args)
public static IRubyObject syswrite(ThreadContext context, IRubyObject self, IRubyObject arg)
public static IRubyObject syswrite_nonblock(ThreadContext context, IRubyObject self, IRubyObject[] args)
Copyright © 2001-2020 JRuby. All Rights Reserved.