Method: AutoC::Composite#identifier
- Defined in:
- lib/autoc/composite.rb
#identifier(id, **kws) ⇒ Object
Decorate identifier with type-specific prefix
66 |
# File 'lib/autoc/composite.rb', line 66 def identifier(id, **kws) = (@decorator.nil? ? Composite.decorator : @decorator).(self, id, **kws) |