Object
@return [String]
# File lib/multi_json/version.rb, line 11 def to_s [MAJOR, MINOR, PATCH, PRE].compact.join('.') end