Class: Rig::Command::Config::Dump
- Inherits:
-
Abstract
- Object
- Clamp::Command
- Abstract
- Rig::Command::Config::Dump
show all
- Defined in:
- lib/rig/command/config.rb
Instance Method Summary
collapse
Methods inherited from Abstract
#instance_list, #print_table
Instance Method Details
#execute ⇒ Object
23
24
25
26
|
# File 'lib/rig/command/config.rb', line 23
def execute
puts "Rig Version: #{Rig::Version::STRING}"
puts Rig.config.to_yaml
end
|