module SpreePages

Public Instance Methods

version() click to toggle source

Returns the version of the currently loaded SpreePages as a Gem::Version.

# File lib/spree_pages/version.rb, line 6
def version
  Gem::Version.new(VERSION::STRING)
end