mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ripper: call #pretty_print on also state
This commit is contained in:
parent
afa9d65d61
commit
433a3be86a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Ripper
|
|||
q.breakable
|
||||
q.text("#{event}@#{pos[0]}:#{pos[1]}")
|
||||
q.breakable
|
||||
q.text(state)
|
||||
state.pretty_print(q)
|
||||
q.breakable
|
||||
q.text("token: ")
|
||||
tok.pretty_print(q)
|
||||
|
|
Loading…
Reference in a new issue