lib/mutant/ast/meta/const.rb in mutant-0.11.13 vs lib/mutant/ast/meta/const.rb in mutant-0.11.14
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module Mutant
- module AST
+ class AST
# Node meta information mixin
module Meta
# Metadata for const nodes
class Const