module SpreeInstamojo

Public Instance Methods

version() click to toggle source

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

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