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



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

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