Project

General

Profile

« Previous | Next » 

Revision 7e4ee92d

Added by jemmai (Jemma Issroff) about 2 years ago

[ruby/prism] Add KeywordSplat flag to ArgumentsNode

Method calls with keyword splat args compile differently than
without since they merge the keyword arg hash with the keyword splat
hash. We know this information at parse time, so can set a flag
which the compiler can use.

https://github.com/ruby/prism/commit/e5f8a9a3cd