mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Update output of Ripper.sexp [ci skip]
This commit is contained in:
parent
8bfc46a9a3
commit
f223ab47e6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Ripper
|
|||
# #=> [:program,
|
||||
# [[:def,
|
||||
# [:@ident, "m", [1, 4]],
|
||||
# [:paren, [:params, [[:@ident, "a", [1, 6]]], nil, nil, nil, nil]],
|
||||
# [:paren, [:params, [[:@ident, "a", [1, 6]]], nil, nil, nil, nil, nil, nil]],
|
||||
# [:bodystmt, [[:var_ref, [:@kw, "nil", [1, 9]]]], nil, nil, nil]]]]
|
||||
#
|
||||
def Ripper.sexp(src, filename = '-', lineno = 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue