Sha256: 1923e901f917528c17c8cfe9338aee0ce389c342b3fb320033cb4fa8eb2c41ce
Contents?: true
Size: 270 Bytes
Versions: 30
Compression:
Stored size: 270 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
30 entries across 30 versions & 2 rubygems