Module: Comet

Defined in:
lib/comet/api.rb,
lib/comet/init.rb,
lib/comet/runner.rb,
lib/comet/version.rb,
lib/comet/exceptions.rb

Defined Under Namespace

Classes: API, Init, Kata, Runner, Tester, UnauthorizedError, Version

Constant Summary collapse

MAJOR_VERSION =
0
MINOR_VERSION =
0
PATCH_LEVEL =
8
VERSION =
Version.build(MAJOR_VERSION, MINOR_VERSION, PATCH_LEVEL)