Class: Mutant::CLI::Command::FailParse Private

Inherits:
Mutant::CLI::Command show all
Defined in:
lib/mutant/cli/command.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

OptionParser

Constant Summary

Constants inherited from Mutant::CLI::Command

OPTIONS, SUBCOMMANDS

Instance Method Summary collapse

Methods inherited from Mutant::CLI::Command

command_name, #full_name, parse, short_description, #zombie?

Instance Method Details

#callObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



24
25
26
27
# File 'lib/mutant/cli/command.rb', line 24

def call
  world.stderr.puts(message)
  false
end