class Object
Public Instance Methods
puts_t(str)
click to toggle source
# File lib/puts_t.rb, line 2 def puts_t(str) puts "[#{Time.now.strftime("%Y-%m-%d %H:%M:%S %Z")}] #{str}" end
# File lib/puts_t.rb, line 2 def puts_t(str) puts "[#{Time.now.strftime("%Y-%m-%d %H:%M:%S %Z")}] #{str}" end