IRB::OutputMethod
A standard output printer
Prints the given opts to standard output, see IO#print for more information.
opts
# File irb/output-method.rb, line 88 def print(*opts) STDOUT.print(*opts) end
This page was generated for Ruby 2.6.3
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.2.