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

Methods

background   eof   examples   feature   new   scenario   scenario_outline   step   steps   table   uri  

Included Modules

Colors Escaping

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]