Method: CPuts::Functions.timestamp

Defined in:
lib/cputs/functions.rb

.timestamp(format) ⇒ Object



71
72
73
# File 'lib/cputs/functions.rb', line 71

def self.timestamp(format)
    decorator.add_time_to_preffix(format)
end