class Cucumber::Formatter::URLReporter

Public Class Methods

new(io) click to toggle source
# File lib/cucumber/formatter/url_reporter.rb, line 4
def initialize(io)
  @io = io
end

Public Instance Methods

report(banner) click to toggle source
# File lib/cucumber/formatter/url_reporter.rb, line 8
def report(banner)
  @io.puts(banner)
end