# frozen_string_literal: truemoduleActionView# Returns the version of the currently loaded Action View as a <tt>Gem::Version</tt>defself.gem_versionGem::Version.newVERSION::STRINGendmoduleVERSIONMAJOR=5MINOR=2TINY=0PRE="alpha"STRING=[MAJOR,MINOR,TINY,PRE].compact.join(".")endend