最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.019秒)
トップページ
>
:token_match
別のキーワード
ripper/lexer token_match
ripper token_match
parser token_to_str
parser next_token
racc/parser token_to_str
ライブラリ
ripper
/
lexer
(12)
クラス
Ripper
(12)
検索結果
先頭1件
Ripper
.
token
_
match(src
,
pattern) -> Ripper
::
TokenPattern
::
MatchData | nil
Ripper
.
token
_
match(src
,
pattern) -> Ripper
::
TokenPattern
::
MatchData | nil
(18101.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
特異メソッド
Ruby プログラム src に対してパターン pattern をマッチし、 マッチデータを返します。
Ruby プログラム src に対してパターン pattern をマッチし、
マッチデータを返します。
ライブラリ内部で使用します。
Ripper