Class: Pec::Command::Config

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

Class Method Summary collapse

Methods inherited from Base

after_do, before_do, print_exception, run

Class Method Details

.not_fetchObject



7
8
9
# File 'lib/pec/command/config.rb', line 7

def self.not_fetch
  true
end

.task(server, config) ⇒ Object



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

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