class Cucumber::Formatter::URLReporter
Public Class Methods
Source
# File lib/cucumber/formatter/url_reporter.rb, line 4 def initialize(io) @io = io end
Public Instance Methods
Source
# File lib/cucumber/formatter/url_reporter.rb, line 8 def report(banner) @io.puts(banner) end