Method: CPuts.set_timestamp
- Defined in:
- lib/cputs.rb
.set_timestamp(format = nil) ⇒ Object
Sets timestamp to be shown in the output. It can be: False to disable it True to enable it String with format, which also enables it
51 52 53 |
# File 'lib/cputs.rb', line 51 def CPuts.(format=nil) CPuts::Functions.(format) end |