Module: ActionPack
- Defined in:
- lib/action_pack/version.rb
Defined Under Namespace
Modules: VERSION
Class Method Summary collapse
-
.version ⇒ Object
Returns the version of the currently loaded ActionPack as a Gem::Version.
Class Method Details
.version ⇒ Object
Returns the version of the currently loaded ActionPack as a Gem::Version
3 4 5 |
# File 'lib/action_pack/version.rb', line 3 def self.version Gem::Version.new "4.0.1" end |