Kernel module of PicoRuby

Instance methods

p

instance.p[T < _Inspect] (T arg0) -> T
instance.p(_Inspect arg0, _Inspect arg1, *_Inspect rest) -> _Inspect
instance.p() -> nil

print

instance.print(*_ToS args) -> nil

printf

instance.printf() -> nil
instance.printf(String fmt, *untyped args) -> nil

puts

instance.puts(*_ToS objects) -> nil

Instance methods (picoruby-metaprog)

caller

instance.caller(?Integer start, ?Integer length) -> Array[String]

Instance methods

system

instance.system(String command) -> bool
Tags: