Class: Object

Inherits:
BasicObject
Defined in:
lib/puts_t.rb

Instance Method Summary collapse

Instance Method Details

#puts_t(str) ⇒ Object



2
3
4
# File 'lib/puts_t.rb', line 2

def puts_t(str)
  puts "[#{Time.now.strftime("%Y-%m-%d %H:%M:%S %Z")}] #{str}"
end