Class: QuietSafari::Version
- Inherits:
-
Object
- Object
- QuietSafari::Version
- Defined in:
- lib/quiet_safari/version.rb
Constant Summary collapse
- MAJOR =
1- MINOR =
0- PATCH =
0
Class Method Summary collapse
Class Method Details
.to_s ⇒ Object
7 8 9 |
# File 'lib/quiet_safari/version.rb', line 7 def self.to_s [MAJOR, MINOR, PATCH].join('.') end |