method
init_with
v1_9_3_392 -
Show latest stable
- Class:
Gem::Version
init_with(coder)public
No documentation available.
# File lib/rubygems/version.rb, line 221
def init_with coder # :nodoc:
yaml_initialize coder.tag, coder.map
end