Class: Pec::Command::Config

Inherits:
Base
  • Object
show all
Defined in:
lib/pec/command/config.rb

Class Method Summary collapse

Methods inherited from Base

before_do, print_exception, run

Class Method Details

.task(host_name, options, server, config) ⇒ Object



3
4
5
# File 'lib/pec/command/config.rb', line 3

def self.task(host_name, options, server, config)
  puts YAML.dump(config.inspect[0] => config.inspect[1])
end