Sha256: 1ca374932695a2eeb230af61cd2bc9c6be44e29fbc6af4711fd8a346c9fbeeeb

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

module Refinery
  module AdminLocales
    class Version
      @major = 1
      @minor = 0
      @tiny  = 1

      class << self
        attr_reader :major, :minor, :tiny

        def to_s
          [@major, @minor, @tiny].compact.join('.')
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-admin-locales-1.0.1 lib/refinery/admin_locales/version.rb