module Mdeering::Style::Version
Semantic versioning
Constants
- MAJOR
- MINOR
- PATCH
Public Class Methods
to_s()
click to toggle source
Current semantic version of the gem
@example
"mdeering-style #{Mdeering::Style::Version} is loaded"
@return [String]
# File lib/mdeering/style/version.rb, line 18 def self.to_s [MAJOR, MINOR, PATCH].join('.') end