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