Method: Configur#get_config

Defined in:
lib/configur.rb

#get_config(name) ⇒ Object

Get a config value



33
34
35
# File 'lib/configur.rb', line 33

def get_config(name)
  @@_cdata[self.object_id][name.to_sym] || nil
end