Class: Stove::Formatter::Human

Inherits:
Base
  • Object
show all
Defined in:
lib/stove/formatter/human.rb

Instance Method Summary collapse

Methods inherited from Base

formatter_method, formatter_methods, formatters, inherited

Instance Method Details

#upload(cookbook) ⇒ Object



4
5
6
# File 'lib/stove/formatter/human.rb', line 4

def upload(cookbook)
  puts "Uploaded #{cookbook.name} (#{cookbook.version}) to '#{cookbook.url}'"
end