Skip to content

Commit

Permalink
[DOC] Update output of Ripper.sexp [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Sep 7, 2019
1 parent 8bfc46a commit f223ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ripper/lib/ripper/sexp.rb
Expand Up @@ -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)
Expand Down

0 comments on commit f223ab4

Please sign in to comment.