Class: ShenmeGUI::HookedString
- Inherits:
-
String
- Object
- String
- ShenmeGUI::HookedString
- Defined in:
- lib/shenmegui/core.rb
Instance Method Summary collapse
-
#initialize(str, owner) ⇒ HookedString
constructor
A new instance of HookedString.
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 |