Class Gherkin::Formatter::PrettyFormatter
In: lib/gherkin/formatter/pretty_formatter.rb
Parent: Object

Methods

arg_format   background   eof   examples   feature   format   new   print_step   scenario   scenario_outline   step   steps   table   text_format   uri  

Included Modules

Colors Escaping

Classes and Modules

Class Gherkin::Formatter::PrettyFormatter::ColorFormat
Class Gherkin::Formatter::PrettyFormatter::MonochromeFormat

Constants

START = /#{'^'.encode('UTF-8')}/
TRIPLE_QUOTES = /#{'"""'.encode('UTF-8')}/
START = /^/
TRIPLE_QUOTES = /"""/

Public Class methods

Public Instance methods

This method can be invoked before a scenario, to ensure location arguments are aligned

[Validate]