method

init_with

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

No documentation available.

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