module RuboCopCoffeeAndCode

Version information for the gem.

Public Class Methods

gem_version() click to toggle source

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

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