# File lib/standard/facets/ostruct.rb, line 28
  def instance_delegate
    warn "OpenStruct#instance_delegate is deprecated, use #marshal_dump instead."
    @table
  end