Method: Avm::Applications::Base#instance

Defined in:
lib/avm/applications/base.rb

#instance(suffix) ⇒ Object



27
28
29
# File 'lib/avm/applications/base.rb', line 27

def instance(suffix)
  stereotype.instance_class.new(self, suffix)
end