Sha256: c7911355fb2af96532d004f13b2ad427b0fbc2b4033784630cbea834c0671f0c
Contents?: true
Size: 279 Bytes
Versions: 12
Compression:
Stored size: 279 Bytes
Contents
module CandyCheck module CLI module Commands # Command to show the gem's version class Version < Base # Prints the current gem's version to the command line def run out.print CandyCheck::VERSION end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems