class MultiJson::Version
Constants
- MAJOR
- MINOR
- PATCH
- PRE
Public Class Methods
to_s()
click to toggle source
@return [String]
# File lib/multi_json/version.rb, line 10 def to_s [MAJOR, MINOR, PATCH, PRE].compact.join('.') end