Class: VagrantPlugins::Cucumber::Formatter::Html

Inherits:
Cucumber::Formatter::Html
  • Object
show all
Defined in:
lib/vagrant-cucumber/cucumber/formatter/html.rb

Instance Method Summary collapse

Instance Method Details

#puts(message) ⇒ Object



11
12
13
14
# File 'lib/vagrant-cucumber/cucumber/formatter/html.rb', line 11

def puts(message)
    # TODO Strip ansi escape codes
    @delayed_messages << message
end