Module: ActionPack

Defined in:
lib/action_pack/gem_version.rb,
lib/action_pack/version.rb

Overview

:markup: markdown

Defined Under Namespace

Modules: VERSION

Class Method Summary collapse

Class Method Details

.gem_versionObject

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



7
8
9
# File 'lib/action_pack/gem_version.rb', line 7

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

.versionObject

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



9
10
11
# File 'lib/action_pack/version.rb', line 9

def self.version
  gem_version
end