Module: TodoFind

Defined in:
lib/todofind/formatters/default_formatter.rb,
lib/version.rb,
lib/todofind.rb,
lib/todofind/config.rb,
lib/todofind/finder.rb,
lib/todofind/formatters/json_formatter.rb

Overview

TODO: Allow using any sort of formatter from any file as the formatter.

Defined Under Namespace

Classes: Config, DefaultFormatter, Finder, JSONFormatter

Constant Summary collapse

VERSION =

Private: The version number.

"1.0.1"
FORMATTERS =

Public: The output formatters

{ :default => TodoFind::DefaultFormatter,
:json => TodoFind::JSONFormatter }