ruby_parser
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| === 3.14.2 / 2020-02-06 | ||
| * 1 minor enhancement: | ||
| * Cleaned up call_args and removed arg_blk_pass from ruby_parser_extras.rb! Yay! | ||
| === 3.14.1 / 2019-10-29 | ||
@@ -2,0 +8,0 @@ |
@@ -31,3 +31,3 @@ # encoding: ASCII-8BIT | ||
| module RubyParserStuff | ||
| VERSION = "3.14.1" | ||
| VERSION = "3.14.2" | ||
@@ -128,8 +128,2 @@ attr_accessor :lexer, :in_def, :in_single, :file | ||
| def arg_blk_pass node1, node2 # TODO: nuke | ||
| node1 = s(:arglist, node1) unless ARG_TYPES[node1.sexp_type] | ||
| node1 << node2 if node2 | ||
| node1 | ||
| end | ||
| def arg_concat node1, node2 # TODO: nuke | ||
@@ -136,0 +130,0 @@ raise "huh" unless node2 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet