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/json.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,
lib/pendaxes/notificators/growth_forecast.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Class Method Details

.oneshot_run(*args) ⇒ Object



10
11
12
# File 'lib/pendaxes.rb', line 10

def oneshot_run(*args)
  CommandLine::Oneshot.new(*args).run
end

.run(*args) ⇒ Object



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

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