class VersionCommand

Public Instance Methods

execute() click to toggle source
# File lib/depcheck/command/version_command.rb, line 3
def execute
  puts "depcheck #{Depcheck::VERSION}"
end