instance method
end_with?
Ruby on Rails 6.1.7.10
Since v6.1.7.10 Last seen in v6.1.7.10Signature
end_with?(*suffixes)
No documentation comment.
Parameters
-
suffixesrest
Source
# File activesupport/lib/active_support/core_ext/symbol/starts_ends_with.rb, line 8
def end_with?(*suffixes)
to_s.end_with?(*suffixes)
end
Defined in activesupport/lib/active_support/core_ext/symbol/starts_ends_with.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Symbol