Class Index [+]

Quicksearch

Cucumber::Formatter

Constants

BLACK
GREY

Public Instance Methods

cukes(n) click to toggle source
     # File lib/cucumber/formatter/ansicolor.rb, line 145
145:       def cukes(n)
146:         ("(::) " * n).strip
147:       end
green_cukes(n) click to toggle source
     # File lib/cucumber/formatter/ansicolor.rb, line 149
149:       def green_cukes(n)
150:         blink(green(cukes(n)))
151:       end
red_cukes(n) click to toggle source
     # File lib/cucumber/formatter/ansicolor.rb, line 153
153:       def red_cukes(n)
154:         blink(red(cukes(n)))
155:       end
yellow_cukes(n) click to toggle source
     # File lib/cucumber/formatter/ansicolor.rb, line 157
157:       def yellow_cukes(n)
158:         blink(yellow(cukes(n)))
159:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.