diff --git a/lib/prism/parse_result.rb b/lib/prism/parse_result.rb index 27e03fe23b..5bb7ac7e9e 100644 --- a/lib/prism/parse_result.rb +++ b/lib/prism/parse_result.rb @@ -329,7 +329,7 @@ module Prism # Returns a string representation of this error. def inspect - "#" + "#" end end @@ -358,7 +358,7 @@ module Prism # Returns a string representation of this warning. def inspect - "#" + "#" end end