Method: RHC::Config#config_path

Defined in:
lib/rhc/config.rb

#config_pathObject

config_path

authoritive configuration path this is used to determine where config options should be written to when a script modifies the config such as in rhc setup



251
252
253
# File 'lib/rhc/config.rb', line 251

def config_path
  @config_path ||= local_config_path
end