🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ruby_parser

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby_parser - rubygems Package Compare versions

Comparing version
3.14.1
to
3.14.2
+6
-0
History.rdoc

@@ -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 @@

+1
-7

@@ -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