free_mutant/lib/mutant/ast/meta.rb
John Backus 15ced2aed0 Move AST::Meta descendants to their own files
The AST::Meta was a class or two away from exceeding the rubocop
ClassLength limit so this seems like a necessary reorganization.
2015-08-19 21:02:18 -04:00

7 lines
117 B
Ruby

module Mutant
module AST
# Node meta information mixin
module Meta
end # Meta
end # AST
end # Mutant