class Cucumber::Formatter::AfterHookPrinter

 Basic printer used by default

Attributes

formatter[R]

Public Class Methods

new(formatter) click to toggle source
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 451
def initialize(formatter)
  @formatter = formatter
end

Public Instance Methods

after() click to toggle source
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 457
def after
  after_hook_results.accept(formatter)
end