# File lib/hydra/trace.rb, line 18 def trace(str) $stdout.write "#{Time.now.to_f} #{self.class._traceable_prefix}| #{str}\n" if @verbose end