Class: Cucumber::Pride::Formatter
- Inherits:
-
Formatter::Progress
- Object
- Formatter::Progress
- Cucumber::Pride::Formatter
- Defined in:
- lib/cucumber-pride.rb
Instance Method Summary collapse
-
#initialize(step_mother, io, options) ⇒ Formatter
constructor
A new instance of Formatter.
Constructor Details
#initialize(step_mother, io, options) ⇒ Formatter
Returns a new instance of Formatter.
10 11 12 13 14 15 |
# File 'lib/cucumber-pride.rb', line 10 def initialize(step_mother, io, ) super initialize_colors @index = 0 @size = @colors.size end |