Sha256: 1f369e426e60559b7ab336c73454c72d87af71317c65aae526369877b011c560
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
# frozen_string_literal: true module Licensed module Command class Version def initialize @ui = Licensed::UI::Shell.new end def run @ui.info(Licensed::VERSION) end def success? true end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
licensed-1.5.2 | lib/licensed/command/version.rb |
licensed-1.5.1 | lib/licensed/command/version.rb |