SYMBOL INDEX (45 symbols across 5 files) FILE: lib/todo_or_die.rb type TodoOrDie (line 6) | module TodoOrDie function config (line 39) | def self.config(options = {}) function reset (line 44) | def self.reset function __clean_backtrace (line 49) | def self.__clean_backtrace(stack) function TodoOrDie (line 55) | def TodoOrDie(message, by: by_omitted = true, if: if_omitted = true, war... function config (line 39) | def self.config(options = {}) function reset (line 44) | def self.reset function __clean_backtrace (line 49) | def self.__clean_backtrace(stack) FILE: lib/todo_or_die/overdue_error.rb type TodoOrDie (line 1) | module TodoOrDie class OverdueTodo (line 2) | class OverdueTodo < StandardError FILE: lib/todo_or_die/version.rb type TodoOrDie (line 1) | module TodoOrDie FILE: test/helper.rb type Minitest (line 12) | module Minitest class Test (line 13) | class Test < TLDR class UnitTest (line 18) | class UnitTest < Minitest::Test method teardown (line 19) | def teardown method make_it_be_rails (line 25) | def make_it_be_rails(is_production) class FauxLogger (line 40) | class FauxLogger method warn (line 43) | def warn(message) FILE: test/todo_or_die_test.rb class TodoOrDieTest (line 1) | class TodoOrDieTest < UnitTest method test_not_due_todo_does_nothing (line 2) | def test_not_due_todo_does_nothing method test_due_todo_blows_up (line 10) | def test_due_todo_blows_up method test_warns_when_by_not_passed (line 22) | def test_warns_when_by_not_passed method test_warns_with_by (line 34) | def test_warns_with_by method test_doesnt_warn_early (line 46) | def test_doesnt_warn_early method test_config_warn (line 56) | def test_config_warn method test_config_custom_explosion (line 76) | def test_config_custom_explosion method test_config_custom_0_arg_die_callable (line 95) | def test_config_custom_0_arg_die_callable method test_config_custom_1_arg_die_callable (line 108) | def test_config_custom_1_arg_die_callable method test_config_and_reset (line 125) | def test_config_and_reset method test_when_rails_is_a_thing_and_not_production (line 137) | def test_when_rails_is_a_thing_and_not_production method test_when_rails_is_a_thing_and_is_production (line 147) | def test_when_rails_is_a_thing_and_is_production method test_warn_when_rails_is_a_thing (line 159) | def test_warn_when_rails_is_a_thing method test_todo_or_die_file_path_removed_from_backtrace (line 171) | def test_todo_or_die_file_path_removed_from_backtrace method test_has_version (line 181) | def test_has_version method test_by_string_due_blows_up (line 185) | def test_by_string_due_blows_up method test_by_string_not_due_does_not_blow_up (line 193) | def test_by_string_not_due_does_not_blow_up method test_due_when_no_by_or_if_is_passed (line 201) | def test_due_when_no_by_or_if_is_passed method test_due_and_if_condition_is_true_blows_up (line 209) | def test_due_and_if_condition_is_true_blows_up method test_not_due_and_if_condition_is_true_does_not_blow_up (line 217) | def test_not_due_and_if_condition_is_true_does_not_blow_up method test_due_and_if_condition_is_false_does_not_blow_up (line 225) | def test_due_and_if_condition_is_false_does_not_blow_up method test_by_not_passed_and_if_condition_is_true_blows_up (line 233) | def test_by_not_passed_and_if_condition_is_true_blows_up method test_by_and_if_condition_both_true_prints_full_message (line 243) | def test_by_and_if_condition_both_true_prints_full_message method test_no_condition_passed_prints_short_message (line 253) | def test_no_condition_passed_prints_short_message method test_by_not_passed_and_if_condition_false_does_not_blow_up (line 263) | def test_by_not_passed_and_if_condition_false_does_not_blow_up method test_by_not_passed_and_if_condition_is_false_boolean_does_not_blow_up (line 269) | def test_by_not_passed_and_if_condition_is_false_boolean_does_not_blow_up method test_by_not_passed_and_if_condition_is_true_boolean_blows_up (line 275) | def test_by_not_passed_and_if_condition_is_true_boolean_blows_up method test_by_not_passed_and_if_condition_is_truthy_blows_up (line 281) | def test_by_not_passed_and_if_condition_is_truthy_blows_up method test_by_not_passed_and_if_condition_is_falsy_does_not_blow_up (line 287) | def test_by_not_passed_and_if_condition_is_falsy_does_not_blow_up