Method: RubyPitaya::InstanceHolder#add
- Defined in:
- lib/rubypitaya/core/instance_holder.rb
#add(key, instance) ⇒ Object
9 10 11 |
# File 'lib/rubypitaya/core/instance_holder.rb', line 9 def add(key, instance) @instances[key] = instance end |