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