Class: ShenmeGUI::HookedArray

Inherits:
Array
  • Object
show all
Defined in:
lib/shenmegui/core.rb

Instance Method Summary collapse

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