Method: Pec::Command::Config.task
- Defined in:
- lib/pec/command/config.rb
.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 |