Method: Gem::Version#marshal_dump

Defined in:
lib/rubygems/version.rb

#marshal_dumpObject

Dump only the raw version string, not the complete object. It’s a string for backwards (RubyGems 1.3.5 and earlier) compatibility.



282
283
284
# File 'lib/rubygems/version.rb', line 282

def marshal_dump
  [@version]
end