Object
Metadata for const nodes
Test if AST node is possibly a top level constant
Test
AST
@return [Boolean]
# File lib/mutest/ast/meta/const.rb, line 18 def possible_top_level? base.nil? || n_cbase?(base) end