# File lib/delegate.rb, line 186
  def marshal_load(obj)
    initialize_methods(obj)
    __setobj__(obj)
  end