Class: Stdout
- Inherits:
-
Object
- Object
- Stdout
- Defined in:
- lib/newsman/stdout_output.rb
Overview
This class prints report to a console.
Instance Method Summary collapse
Instance Method Details
#print(report) ⇒ Object
26 27 28 29 |
# File 'lib/newsman/stdout_output.rb', line 26 def print(report) puts 'Print a report to stdout' puts report end |