Class: ShenmeGUI::HookedString

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

Instance Method Summary collapse

Constructor Details

#initialize(str, owner) ⇒ HookedString

Returns a new instance of HookedString.



27
28
29
30
# File 'lib/shenmegui/core.rb', line 27

def initialize(str, owner)
  @owner = owner
  super(str)
end