class AnalyzeCommand
Public Instance Methods
execute()
click to toggle source
# File lib/depcheck/command/analyze_command.rb, line 7 def execute results = Depcheck.run(project, workspace, scheme) Depcheck::SimpleOutput.post(results, verbose?) end