class Vup::ProjectVersion
- Vup::ProjectVersion
- Reference
- Object
Defined in:
vup/project_version.crConstant Summary
-
VERSION_PATTERN =
/(\d+).(\d+)\.(\d+)/
Class Method Summary
Instance Method Summary
- #==(other : ProjectVersion)
- #bumpup(mode)
-
#dup
Returns a shallow copy of this object.
- #major : Int32
- #major=(major : Int32)
- #minor : Int32
- #minor=(minor : Int32)
- #patch : Int32
- #patch=(patch : Int32)
- #version
Class Method Detail
Instance Method Detail
def dup
#
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.