Method: Cucumber::Formatter::URLReporter#initialize

Defined in:
lib/cucumber/formatter/url_reporter.rb

#initialize(io) ⇒ URLReporter

Returns a new instance of URLReporter.



6
7
8
# File 'lib/cucumber/formatter/url_reporter.rb', line 6

def initialize(io)
  @io = io
end