Parent

Methods

Included Modules

Class Index [+]

Quicksearch

Ramaze::SpecLogger

Special Logger, stores everything in its history

Attributes

history[RW]

Public Class Methods

new() click to toggle source

Create new history

    # File lib/ramaze/spec/helper/pretty_output.rb, line 62
62:       def initialize
63:         @history = []
64:       end

Public Instance Methods

each() click to toggle source

Yield the history

    # File lib/ramaze/spec/helper/pretty_output.rb, line 67
67:       def each
68:         @history.each{|e| yield(e) }
69:       end
log(tag, str) click to toggle source

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.