module Rub2
Constants
- VERSION
Public Class Methods
putlog(str)
click to toggle source
# File lib/rub2.rb, line 10 def putlog(str) s = Time.now.strftime("%FT%T") print "#{s}\t#{str}\n" end
Private Instance Methods
putlog(str)
click to toggle source
# File lib/rub2.rb, line 10 def putlog(str) s = Time.now.strftime("%FT%T") print "#{s}\t#{str}\n" end