Method: HighLine#puts
- Defined in:
- lib/highline.rb
#puts(*args) ⇒ Object
Call #puts on the HighLine’s output stream
495 496 497 |
# File 'lib/highline.rb', line 495 def puts(*args) @output.puts(*args) end |
Call #puts on the HighLine’s output stream
495 496 497 |
# File 'lib/highline.rb', line 495 def puts(*args) @output.puts(*args) end |