Module: Hackershout::Output
- Included in:
- Base, Provider, Provider::Base
- Defined in:
- lib/hackershout/output.rb
Instance Method Summary collapse
Instance Method Details
#blank ⇒ Object
8 9 10 |
# File 'lib/hackershout/output.rb', line 8 def blank print "\n" end |
#print(str) ⇒ Object
4 5 6 |
# File 'lib/hackershout/output.rb', line 4 def print(str) $stdout.print "\n" + str end |