diff --git a/lib/mutant/context/scope.rb b/lib/mutant/context/scope.rb index 2e1b8e3a..c3135994 100644 --- a/lib/mutant/context/scope.rb +++ b/lib/mutant/context/scope.rb @@ -109,16 +109,6 @@ module Mutant @scope = scope end - # Return new root ast - # - # @return [Parser::AST::Node] - # - # @api private - # - def root_ast - "#{keyword} #{name}; end".to_ast - end - # Return nesting of names of scope # # @return [Array]