Sha256: 23db017aedb715467c0e6edc1291770e7d48e9486d35e332fca2bd8bcd192571
Contents?: true
Size: 284 Bytes
Versions: 5
Compression:
Stored size: 284 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 end end end
Version data entries
5 entries across 5 versions & 1 rubygems