Module: GuardRuboCopVersion
- Defined in:
- lib/guard/rubocop/version.rb
Overview
A workaround for declaring class RuboCop
before class RuboCop < Guard in rubocop.rb
Constant Summary collapse
- MAJOR =
1- MINOR =
5- PATCH =
0
Class Method Summary collapse
Class Method Details
.to_s ⇒ Object
11 12 13 |
# File 'lib/guard/rubocop/version.rb', line 11 def self.to_s [MAJOR, MINOR, PATCH].join('.') end |