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