Module: Trith::Core::Output
- Defined in:
- lib/trith/core/output.rb
Overview
Output operators.
Instance Method Summary (collapse)
- - (Machine) print(obj) (also: #print!)
Instance Method Details
- (Machine) print(obj) Also known as: print!
7 8 9 10 |
# File 'lib/trith/core/output.rb', line 7 def print(obj) $stdout.puts(obj) # FIXME self end |