Method: ActionView.gem_version

Defined in:
lib/action_view/gem_version.rb

.gem_versionObject

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



3
4
5
# File 'lib/action_view/gem_version.rb', line 3

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