Method: Gem.marshal_version
- Defined in:
- lib/rubygems.rb
.marshal_version ⇒ Object
The version of the Marshal format for your Ruby.
726 727 728 |
# File 'lib/rubygems.rb', line 726 def self.marshal_version "#{Marshal::MAJOR_VERSION}.#{Marshal::MINOR_VERSION}" end |