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