module SpreeFaq
Public Class Methods
version()
click to toggle source
Returns the version of the currently loaded SpreeFaq
as a Gem::Version
# File lib/spree_faq/version.rb, line 4 def self.version Gem::Version.new VERSION::STRING end