Method: Bake::Metamodel::ModelElement::ClassModule#getConfig
- Defined in:
- lib/bake/model/metamodel_ext.rb
#getConfig ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/bake/model/metamodel_ext.rb', line 16 def getConfig comp = self while !(BaseConfig_INTERNAL === comp) && comp.respond_to?("parent") comp = comp.parent end return comp end |