Module: Guard::JestRunnerVersion
- Defined in:
- lib/guard/jest_runner/version.rb
Overview
A workaround for some superclass BS where Jest < Guard has to exist?
Constant Summary collapse
- MAJOR =
1- MINOR =
1- PATCH =
0
Class Method Summary collapse
Class Method Details
.to_s ⇒ Object
12 13 14 |
# File 'lib/guard/jest_runner/version.rb', line 12 def self.to_s [MAJOR, MINOR, PATCH].join('.') end |