aboutsummaryrefslogblamecommitdiffstats
path: root/actionview/lib/action_view/version.rb
blob: f55d3fdaeff02efd514fc36dea7d79f34984d6bc (plain) (tree)
1
2
3
4
5
6
7
8

                              
                 
                                                                                     
                  
               

     
require_relative 'gem_version'

module ActionView
  # Returns the version of the currently loaded ActionView as a <tt>Gem::Version</tt>
  def self.version
    gem_version
  end
end