Top Level Namespace
Defined Under Namespace
Classes: Clock, Clockout, Commit, Numeric, Printer, Record, String
Constant Summary collapse
- COLS =
80- DAY_FORMAT =
'%B %e, %Y'
Instance Method Summary collapse
Instance Method Details
#puts_error(str) ⇒ Object
1 2 3 |
# File 'lib/printer.rb', line 1 def puts_error(str) puts "Error: ".red + str end |