method

dump

ruby latest stable - Class: Gem::SourceIndex

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

dump()
public

No documentation available.

# File lib/rubygems/source_index.rb, line 350
  def dump
    Marshal.dump(self)
  end