Module: Blirb

Defined in:
lib/blirb/task.rb,
lib/blirb/version.rb,
lib/blirb/commands.rb,
lib/blirb/behaviors.rb,
lib/blirb/coordinator.rb

Overview

adds blirb functionality

Defined Under Namespace

Modules: Behaviors Classes: Coordinator, Task

Constant Summary collapse

VERSION =
"0.0.5"
COMMANDS =
[
  "task - print the current task's description",
  "done - test to see if you've completed the current task",
  "help! - view this menu"
]