Sha256: 1cc673cff18a1626f448df76fc8df8b0e61ecfb86ebe1cb0ea5c81cb53d18bc3

Contents?: true

Size: 157 Bytes

Versions: 1

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

module Pryx
  VERSION = [0, 11, 0]

  class << VERSION
    include Comparable

    def to_s
      join('.')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pryx-0.11.0 lib/pryx/version.rb