lib/cucumber/formatter/console.rb in aslakhellesoy-cucumber-0.3.96 vs lib/cucumber/formatter/console.rb in aslakhellesoy-cucumber-0.3.97
- old
+ new
@@ -1,9 +1,11 @@
require 'cucumber/formatter/ansicolor'
require 'cucumber/formatter/duration'
module Cucumber
module Formatter
+ # This module contains helper methods that are used by formatters
+ # that print output to the terminal.
module Console
extend ANSIColor
include Duration
FORMATS = Hash.new{|hash, format| hash[format] = method(format).to_proc}