Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rbbt/annotations/util.rb

Instance Method Summary collapse

Instance Method Details

#marshal_load(str) ⇒ Object



221
222
223
# File 'lib/rbbt/annotations/util.rb', line 221

def marshal_load(str)
  self.replace str
end