Sha256: 8bc600330edb2c061ec78b4a3fe4dccaa8f9a0c19c523a30aa08158e5baffe20

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

require "rubycritic/commands/version"

# nodoc #
module Skunk
  module Command
    # Shows skunk version
    class Version < RubyCritic::Command::Version
      def execute
        print Skunk::VERSION
        status_reporter
      end

      def sharing?
        false
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skunk-0.5.3 lib/skunk/commands/version.rb