ripper: call #pretty_print on also state
This commit is contained in:
parent
afa9d65d61
commit
433a3be86a
@ -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…
x
Reference in New Issue
Block a user