Method: Gem::Version#init_with
- Defined in:
- lib/rubygems/version.rb
#init_with(coder) ⇒ Object
:nodoc:
270 271 272 |
# File 'lib/rubygems/version.rb', line 270 def init_with(coder) # :nodoc: yaml_initialize coder.tag, coder.map end |