instance method
delete
Ruby on Rails 6.0.6
Since v5.2.8.1 Last seen in v8.0.4Signature
delete(entry)
No documentation comment.
Parameters
-
entryreq
Source
# File activesupport/lib/active_support/inflector/inflections.rb, line 38
def delete(entry)
super entry
@regex_array.delete(to_regex(entry))
end
Defined in activesupport/lib/active_support/inflector/inflections.rb line 38
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Inflector::Inflections::Uncountables