lib/mutant/parser.rb in mutant-0.12.2 vs lib/mutant/parser.rb in mutant-0.12.3
- old
+ new
@@ -25,10 +25,10 @@
def parse(source)
node, comments = Unparser.parse_with_comments(source)
AST.new(
- node: node,
+ node:,
comment_associations: ::Parser::Source::Comment.associate_by_identity(node, comments)
)
end
end # Parser