Sha256: 84fe80a4a06fdd928e43d36aeba1718efcec6ad74a2c175de464b22ecc32754b
Contents?: true
Size: 156 Bytes
Versions: 1
Compression:
Stored size: 156 Bytes
Contents
# frozen_string_literal: true module Pryx VERSION = [0, 4, 1] 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.4.1 | lib/pryx/version.rb |