Remove dead code
This commit is contained in:
parent
c2e45e6b42
commit
73fa5a6707
1 changed files with 0 additions and 10 deletions
|
@ -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<String>]
|
||||
|
|
Loading…
Add table
Reference in a new issue