method
end_with?
v6.1.3.1 -
Show latest stable
- Class:
Symbol
end_with?(*suffixes)public
No documentation available.
# File activesupport/lib/active_support/core_ext/symbol/starts_ends_with.rb, line 8
def end_with?(*suffixes)
to_s.end_with?(*suffixes)
end