method

start_with?

rails latest stable - Class: Symbol

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

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