summaryrefslogtreecommitdiff
path: root/ast.rb
AgeCommit message (Expand)Author
2021-08-20ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh
2021-06-21Experimentally expose RubyVM::AST::Node#node_idYusuke Endoh
2021-06-18ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh
2021-06-06ast.rb: reduce nestingNobuyoshi Nakada
2020-06-24Fix RubyVM::AbstractSyntaxTree documentMasataka Pocke Kuwabara
2020-06-19[Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada
2020-06-19[Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada
2020-01-03Fix variable name and add more example [ci skip]Kazuhiro NISHIYAMA
2020-01-03Fix example of node.type [ci skip]Kazuhiro NISHIYAMA
2019-12-14Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri`Benoit Daloze
2019-12-14Clarify in the documentation that RubyVM::AbstractSyntaxTree is not stable APIBenoit Daloze
2019-11-08fix line break code (fix to LF)Koichi Sasada
2019-11-08use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada