Module Cucumber::Formatter::Console
In: lib/cucumber/formatter/console.rb

This module contains helper methods that are used by formatters that print output to the terminal.

Methods

Included Modules

Duration

Constants

FORMATS = Hash.new{|hash, format| hash[format] = method(format).to_proc}

Public Instance methods

[Validate]