class Ripper::TokenPattern
Constants
- MAP
Public Class Methods
Public Instance Methods
(untyped pattern) → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/ripper/0/ripper.rbs, line 951
def compile: (untyped pattern) -> untyped
(untyped tok) → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/ripper/0/ripper.rbs, line 953
def map_token: (untyped tok) -> untyped
(untyped tokens) → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/ripper/0/ripper.rbs, line 955
def map_tokens: (untyped tokens) -> untyped
(untyped str) → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/ripper/0/ripper.rbs, line 945
def match: (untyped str) -> untyped
(untyped tokens) → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/ripper/0/ripper.rbs, line 947
def match_list: (untyped tokens) -> untyped