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