class ProcessHelper::TimestampedString
Attributes
time[R]
Public Class Methods
new(string, time = nil)
click to toggle source
Calls superclass method
# File lib/process-helper.rb, line 166 def initialize(string, time = nil) time ||= Time.now super(string) @time = time end