File Manager

Path: /opt/cpanel/ea-ruby27/root/usr/local/share/gems/gems/prism-1.9.0/rbi/prism/

Viewing File: string_query.rbi

# typed: strict

class Prism::StringQuery
  sig { params(string: String).returns(T::Boolean) }
  def self.local?(string); end

  sig { params(string: String).returns(T::Boolean) }
  def self.constant?(string); end

  sig { params(string: String).returns(T::Boolean) }
  def self.method_name?(string); end
end