Class: SproutPunk::Commands::Config

Inherits:
Base
  • Object
show all
Defined in:
lib/sproutpunk/commands/config.rb

Instance Method Summary collapse

Methods inherited from Base

command_set, #initialize

Methods included from Helpers

#_config

Constructor Details

This class inherits a constructor from SproutPunk::Commands::Base

Instance Method Details

#showObject



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