Sha256: 97e03254ef9fc89082caa0a3085d705660903a7c35f37b888687ac8a101f0131
Contents?: true
Size: 286 Bytes
Versions: 3
Compression:
Stored size: 286 Bytes
Contents
require 'ey-core/cli/subcommand' module Ey module Core module Cli class Version < Subcommand title "version" summary "Print the version of the gem" def handle puts Ey::Core::VERSION end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ey-core-3.6.6 | lib/ey-core/cli/version.rb |
ey-core-3.4.5 | lib/ey-core/cli/version.rb |
ey-core-3.6.5 | lib/ey-core/cli/version.rb |