module SpreeI18n
Public Instance Methods
version()
click to toggle source
Returns the version of the currently loaded SpreeI18n
as a Gem::Version
.
# File lib/spree_i18n/version.rb, line 6 def version Gem::Version.new Version::STRING end