class Pec::Command::Config

Public Class Methods

not_fetch() click to toggle source
# File lib/pec/command/config.rb, line 7
def self.not_fetch
  true
end
task(server, config) click to toggle source
# File lib/pec/command/config.rb, line 3
def self.task(server, config)
  puts YAML.dump(config.inspect[0] => config.inspect[1])
end