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



225
226
227
# File 'lib/rbbt/annotations/util.rb', line 225

def marshal_load(str)
  self.replace str
end