method
delete
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Inflector::Inflections::Uncountables
delete(entry)public
No documentation available.
# File activesupport/lib/active_support/inflector/inflections.rb, line 39
def delete(entry)
super entry
@regex_array.delete(to_regex(entry))
end