module GuardRuboCopVersion
A workaround for declaring `class RuboCop` before `class RuboCop < Guard` in rubocop.rb
Constants
- MAJOR
- MINOR
- PATCH
Public Class Methods
to_s()
click to toggle source
# File lib/guard/rubocop/version.rb, line 11 def self.to_s [MAJOR, MINOR, PATCH].join('.') end