We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e4f97 commit 8f8b8a1Copy full SHA for 8f8b8a1
lib/synvert/command.rb
@@ -118,6 +118,8 @@ def generate_snippet(snippet_name)
118
# frozen_string_literal: true
119
120
Synvert::Rewriter.new '#{group}', '#{name}' do
121
+ configure(parser: Synvert::PRISM_PARSER)
122
+
123
description <<~EOS
124
It converts Foo to Bar
125
spec/synvert/command_spec.rb
@@ -85,6 +85,8 @@ module Synvert
85
86
87
Synvert::Rewriter.new 'ruby', 'foobar' do
88
89
90
91
92
0 commit comments