Method: Sunshine::Shell#write
- Defined in:
- lib/sunshine/shell.rb
#write(str) ⇒ Object Also known as: <<
Write string to stdout (by default).
334 335 336 |
# File 'lib/sunshine/shell.rb', line 334 def write str @output.write str end |