module Guard::JestRunnerVersion

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

Constants

MAJOR

semver.org/

MINOR
PATCH

Public Class Methods

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