Object
Special Logger, stores everything in its history
Create new history
# File lib/ramaze/spec/helper/pretty_output.rb, line 62 62: def initialize 63: @history = [] 64: end
Yield the history
# File lib/ramaze/spec/helper/pretty_output.rb, line 67 67: def each 68: @history.each{|e| yield(e) } 69: end
general log
# File lib/ramaze/spec/helper/pretty_output.rb, line 72 72: def log(tag, str) 73: @history << [tag, str] 74: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.