module Tablets::Version
Tablets
gem version
Constants
- MAJOR
- MINOR
- PRE
- TINY
Public Class Methods
to_s()
click to toggle source
# File lib/tablets/version.rb, line 10 def to_s [MAJOR, MINOR, TINY, PRE].compact.join('.') end
Also aliased as: to_str