Refresh

This website www.rubydoc.info/gems/cucumber/Cucumber/Cli/Configuration/LogFormatter is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Class: Cucumber::Cli::Configuration::LogFormatter

Inherits:
Logger::Formatter
  • Object
show all
Defined in:
lib/cucumber/cli/configuration.rb

Instance Method Summary collapse

Instance Method Details

#call(_severity, _time, _progname, msg) ⇒ Object



120
121
122
# File 'lib/cucumber/cli/configuration.rb', line 120

def call(_severity, _time, _progname, msg)
  msg
end