We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa499d commit 6285e31Copy full SHA for 6285e31
bin/prism
@@ -247,7 +247,7 @@ module Prism
247
source, filepath = read_source(argv)
248
249
ripper = Ripper.sexp_raw(source)
250
- prism = Prism::Translation::Ripper.sexp_raw(source) rescue :parse_error
+ prism = Prism::Translation::Ripper.sexp_raw(source)
251
252
puts "Ripper:"
253
pp ripper
lib/prism/translation/ripper.rb
@@ -1167,7 +1167,7 @@ def visit_interpolated_symbol_node(node)
1167
end
1168
1169
bounds(node.location)
1170
- on_dyna_symbol(contents)
+ on_dyna_symbol(parts)
1171
1172
1173
# `foo #{bar}`
0 commit comments