123456789_123456789_123456789_123456789_123456789_

Module: ActionPack

Relationships & Source Files
Namespace Children
Modules:
Defined in: actionpack/lib/action_pack/version.rb,
actionpack/lib/action_pack/gem_version.rb

Class Method Summary

  • .gem_version

    Returns the version of the currently loaded Action Pack as a Gem::Version

  • .version

    Returns the version of the currently loaded ActionPack as a Gem::Version

Class Method Details

.gem_version

Returns the version of the currently loaded Action Pack as a Gem::Version

[ GitHub ]

  
# File 'actionpack/lib/action_pack/gem_version.rb', line 3

def self.gem_version
  Gem::Version.new VERSION::STRING
end

.version

Returns the version of the currently loaded ActionPack as a Gem::Version

[ GitHub ]

  
# File 'actionpack/lib/action_pack/version.rb', line 5

def self.version
  gem_version
end