Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d26544c

Browse files
committed
Fix symbol printing
1 parent 69b0db5 commit d26544c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/syntax_tree/visitor/match_visitor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def text(name, value)
107107
q.nest(0) do
108108
q.text(name)
109109
q.text(": ")
110-
q.text(value)
110+
value.pretty_print(q)
111111
end
112112
end
113113
end

0 commit comments

Comments
 (0)