Class: ShenmeGUI::HookedArray
- Inherits:
-
Array
- Object
- Array
- ShenmeGUI::HookedArray
- Defined in:
- lib/shenmegui/core.rb
Instance Method Summary collapse
-
#initialize(arr, owner) ⇒ HookedArray
constructor
A new instance of HookedArray.
Constructor Details
#initialize(arr, owner) ⇒ HookedArray
Returns a new instance of HookedArray.
8 9 10 11 |
# File 'lib/shenmegui/core.rb', line 8 def initialize(arr, owner) @owner = owner super(arr) end |