Module: ActionPack
- Defined in:
- actionpack/lib/action_pack/gem_version.rb,
 actionpack/lib/action_pack/version.rb
Overview
:markup: markdown
Defined Under Namespace
Modules: VERSION
Class Method Summary collapse
- 
  
    
      .gem_version  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Returns the currently loaded version of Action Pack as a ‘Gem::Version`. 
- 
  
    
      .version  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Returns the currently loaded version of Action Pack as a ‘Gem::Version`. 
Class Method Details
.gem_version ⇒ Object
Returns the currently loaded version of Action Pack as a ‘Gem::Version`.
| 7 8 9 | # File 'actionpack/lib/action_pack/gem_version.rb', line 7 def self.gem_version Gem::Version.new VERSION::STRING end | 
.version ⇒ Object
Returns the currently loaded version of Action Pack as a ‘Gem::Version`.
| 9 10 11 | # File 'actionpack/lib/action_pack/version.rb', line 9 def self.version gem_version end |