Module: BracketNotation::Version
- Defined in:
- lib/bracket_notation/version.rb
Overview
:nodoc:
Constant Summary collapse
- MAJOR =
:nodoc:
1- MINOR =
1- MAINT =
0
Class Method Summary collapse
-
.to_s ⇒ Object
Returns the current version string.
Class Method Details
.to_s ⇒ Object
Returns the current version string.
36 37 38 |
# File 'lib/bracket_notation/version.rb', line 36 def self.to_s; return [MAJOR, MINOR, MAINT].join(".") end |