type -> Symbol
[permalink][rdoc][edit]-
self の種類を Symbol で返します。
node = RubyVM::AbstractSyntaxTree.parse('1 + 1') p node.type # => :SCOPE
type -> Symbol
[permalink][rdoc][edit]self の種類を Symbol で返します。
node = RubyVM::AbstractSyntaxTree.parse('1 + 1')
p node.type # => :SCOPE