Module: RuboCop::Cask::Version
- Defined in:
- lib/rubocop/cask/version.rb
Overview
Version information for the Cask RuboCop plugin.
Constant Summary collapse
- STRING =
'0.8.3'.freeze
Class Method Summary collapse
Class Method Details
.gem_version ⇒ Object
9 10 11 |
# File 'lib/rubocop/cask/version.rb', line 9 def self.gem_version Gem::Version.new(STRING) end |