Method: Avm::Applications::Base#instance
- Defined in:
- lib/avm/applications/base.rb
#instance(suffix) ⇒ Object
24 25 26 |
# File 'lib/avm/applications/base.rb', line 24 def instance(suffix) ::Avm::Instances::Base.new(self, suffix) end |