Module: Pendaxes

Defined in:
lib/pendaxes.rb,
lib/pendaxes/config.rb,
lib/pendaxes/finder.rb,
lib/pendaxes/version.rb,
lib/pendaxes/defaults.rb,
lib/pendaxes/detector.rb,
lib/pendaxes/reporter.rb,
lib/pendaxes/workspace.rb,
lib/pendaxes/notificator.rb,
lib/pendaxes/command_line.rb,
lib/pendaxes/reporters/haml.rb,
lib/pendaxes/reporters/text.rb,
lib/pendaxes/detectors/rspec.rb,
lib/pendaxes/pending_manager.rb,
lib/pendaxes/notificators/file.rb,
lib/pendaxes/notificators/mail.rb,
lib/pendaxes/notificators/terminal.rb

Defined Under Namespace

Modules: Defaults, Finder, PendingManager Classes: CommandLine, Config, Detector, Notificator, Reporter, Workspace

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.run(*args) ⇒ Object



6
7
8
# File 'lib/pendaxes.rb', line 6

def run(*args)
  CommandLine.new(*args).run
end