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