Method: RHC::Config#get_value

Defined in:
lib/rhc/config.rb

#get_value(key) ⇒ Object

DEPRECATED - will be removed when old commands are gone



174
175
176
# File 'lib/rhc/config.rb', line 174

def get_value(key)
  self[key]
end