method

start_with?

v6.1.3.1 - Show latest stable - Class: Symbol
start_with?(*prefixes)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/symbol/starts_ends_with.rb, line 4
  def start_with?(*prefixes)
    to_s.start_with?(*prefixes)
  end