Class: MyString

Inherits:
String show all
Defined in:
lib/sequence/weakrefset.rb

Instance Method Summary collapse

Methods inherited from String

#to_sequence

Constructor Details

#initializeMyString

Returns a new instance of MyString.



254
255
256
257
# File 'lib/sequence/weakrefset.rb', line 254

def initialize(*)
  @owner=0
  super
end