Sha256: 0603f7750beb9490b5419e61f5ab69f80315012383770d08007a70172afcad03
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
module Refinery module AdminLocales class Version @major = 2 @minor = 0 @tiny = 0 @build = nil class << self attr_reader :major, :minor, :tiny, :build def to_s [@major, @minor, @tiny, @build].compact.join('.') end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-admin-locales-2.0.0 | lib/refinery/admin_locales/version.rb |