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

Inherits:
Object
  • Object
show all
Defined in:
lib/gherkin/formatter/pretty_formatter.rb

Instance Method Summary collapse

Instance Method Details

#write_text(io, text) ⇒ Object



92
93
94
# File 'lib/gherkin/formatter/pretty_formatter.rb', line 92

def write_text(io, text)
  io.write(text)
end