Class: VersionCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/depcheck/command/version_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



3
4
5
# File 'lib/depcheck/command/version_command.rb', line 3

def execute
  puts "depcheck #{Depcheck::VERSION}"
end