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