Method: Cucumber::Formatter::ANSIColor#cukes

Defined in:
lib/cucumber/formatter/ansicolor.rb

#cukes(n) ⇒ Object



137
138
139
# File 'lib/cucumber/formatter/ansicolor.rb', line 137

def cukes(n)
  ('(::) ' * n).strip
end