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