module WashoutBuilder

Returns the version of the currently loaded gem as a Gem::Version

Public Class Methods

gem_version() click to toggle source

Returns the version of the currently loaded gem as a Gem::Version

# File lib/washout_builder/version.rb, line 4
def self.gem_version
  Gem::Version.new VERSION::STRING
end