method

init_with

ruby latest stable - Class: Gem::Version
init_with(coder)
public

No documentation available.

# File lib/rubygems/version.rb, line 247
  def init_with coder # :nodoc:
    yaml_initialize coder.tag, coder.map
  end