Actions
Bug #21974
openCannot inspect RubyVM::AST for CDECL
Bug #21974:
Cannot inspect RubyVM::AST for CDECL
Description
./ruby -e 'pp RubyVM::AbstractSyntaxTree.parse("::Foo = 1")'
and
./ruby -e 'p RubyVM::AbstractSyntaxTree.parse("::Foo = 1").children[2].children'
both crash
No data to display
Actions