module Guard::EslintVersion

A workaround for some superclass BS where Eslint < Guard has to exist?

Constants

MAJOR

semver.org/

MINOR
PATCH

Public Class Methods

to_s() click to toggle source
# File lib/guard/eslint/version.rb, line 10
def self.to_s
  [MAJOR, MINOR, PATCH].join('.')
end