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