Module: Defined::Version
- Defined in:
- lib/defined/version.rb
Overview
Contains information about this gem’s version
Constant Summary collapse
- MAJOR =
0- MINOR =
0- PATCH =
2
Class Method Summary collapse
-
.to_s ⇒ Object
Returns a version string by joining
MAJOR,MINOR, andPATCHwith'.'.