Libraries
»
rsgem
(1.1.0)
»
Index (V)
»
RSGem
»
CLI
»
Commands
»
Version
Class: RSGem::CLI::Commands::Version
Inherits:
Dry::CLI::Command
Object
Dry::CLI::Command
RSGem::CLI::Commands::Version
show all
Defined in:
lib/rsgem/cli/commands/version.rb
Instance Method Summary
collapse
#
call
⇒ Object
Instance Method Details
#
call
⇒
Object
9 10 11
# File 'lib/rsgem/cli/commands/version.rb', line 9
def
call
(
*
)
puts
RSGem
::
VERSION
end