class TodoAgent::Parsers::DefaultTags

Public Class Methods

fixme() click to toggle source
# File lib/todo_agent/parsers/default_tags.rb, line 11
def self.fixme
  "FIXME"
end
todo() click to toggle source

TODO: read from config or fallback to defaults

# File lib/todo_agent/parsers/default_tags.rb, line 7
def self.todo
  "TODO"
end