File Manager

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

Viewing File: string_query.rbs

module Prism
  class StringQuery
    attr_reader string: String

    def initialize: (String string) -> void

    def local?: () -> bool
    def constant?: () -> bool
    def method_name?: () -> bool
  end
end