Method: ActionView.version
- Defined in:
- lib/action_view/version.rb
.version ⇒ Object
Returns the version of the currently loaded ActionView as a Gem::Version
5 6 7 |
# File 'lib/action_view/version.rb', line 5 def self.version gem_version end |