Class: SproutPunk::Commands::Config
- Defined in:
- lib/sproutpunk/commands/config.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers
Constructor Details
This class inherits a constructor from SproutPunk::Commands::Base
Instance Method Details
#show ⇒ Object
9 10 11 12 |
# File 'lib/sproutpunk/commands/config.rb', line 9 def show say "Current config at #{_config.config_path}", :green print_table _config.to_hash, :ident => 2 end |