method
delete
v8.0.0 -
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