Method: ActiveSupport::Inflector::Inflections::Uncountables#delete

Defined in:
activesupport/lib/active_support/inflector/inflections.rb

#delete(entry) ⇒ Object



39
40
41
42
# File 'activesupport/lib/active_support/inflector/inflections.rb', line 39

def delete(entry)
  super entry
  @regex_array.delete(to_regex(entry))
end