Module: RuboCopCoffeeAndCode
- Defined in:
- lib/rubocop_coffeeandcode/version.rb
Overview
Version information for the gem.
Defined Under Namespace
Modules: VERSION
Class Method Summary collapse
-
.gem_version ⇒ Object
Returns the version of the currently loaded gem as a
Gem::Version.
Class Method Details
.gem_version ⇒ Object
Returns the version of the currently loaded gem as a Gem::Version
6 7 8 |
# File 'lib/rubocop_coffeeandcode/version.rb', line 6 def self.gem_version Gem::Version.new VERSION::STRING end |