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