Top Level Namespace

Defined Under Namespace

Classes: AfterTheDeadline

Instance Method Summary collapse

Instance Method Details

#AfterTheDeadline(dictionary = nil, types = AfterTheDeadline::DEFAULT_IGNORE_TYPES) ⇒ Object



5
6
7
8
9
# File 'lib/after_the_deadline.rb', line 5

def AfterTheDeadline(dictionary = nil, types = AfterTheDeadline::DEFAULT_IGNORE_TYPES)
  AfterTheDeadline.set_custom_dictionary(dictionary)
  AfterTheDeadline.set_ignore_types(types)
  nil
end