Class: MyString
Instance Method Summary collapse
-
#initialize ⇒ MyString
constructor
A new instance of MyString.
Methods inherited from String
Constructor Details
#initialize ⇒ MyString
Returns a new instance of MyString.
254 255 256 257 |
# File 'lib/sequence/weakrefset.rb', line 254 def initialize(*) @owner=0 super end |