class CuffSert::BaseRenderer
Public Class Methods
new(output = STDOUT, error = STDERR, options = {})
click to toggle source
# File lib/cuffsert/presenters.rb, line 147 def initialize(output = STDOUT, error = STDERR, options = {}) @output = output @error = error @verbosity = options[:verbosity] || 1 end
Public Instance Methods
abort(message)
click to toggle source
# File lib/cuffsert/presenters.rb, line 159 def abort(message) ; end
change_set(change_set)
click to toggle source
# File lib/cuffsert/presenters.rb, line 154 def change_set(change_set) ; end
clear()
click to toggle source
# File lib/cuffsert/presenters.rb, line 156 def clear ; end
done(event)
click to toggle source
# File lib/cuffsert/presenters.rb, line 160 def done(event) ; end
event(event, resource)
click to toggle source
# File lib/cuffsert/presenters.rb, line 155 def event(event, resource) ; end
report(message)
click to toggle source
# File lib/cuffsert/presenters.rb, line 158 def report(message) ; end
resource(resource)
click to toggle source
# File lib/cuffsert/presenters.rb, line 157 def resource(resource) ; end
templates(current, pending)
click to toggle source
# File lib/cuffsert/presenters.rb, line 153 def templates(current, pending) ; end