Class: Deprecool::CLI::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/deprecool/cli.rb

Instance Method Summary collapse

Instance Method Details

#callObject



16
17
18
# File 'lib/deprecool/cli.rb', line 16

def call(*)
  puts "deprecool #{Deprecool::VERSION}"
end