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