class Ke::SingleLineReporter

Public Class Methods

new(task, label, io = STDOUT) click to toggle source
# File lib/ke/reporters/single_line_reporter.rb, line 3
def initialize(task, label, io = STDOUT)
  @task = task
  @label = label
  @io = io
end

Public Instance Methods

print_complete() click to toggle source
print_start() click to toggle source
print_tick() click to toggle source