mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
The on_params hook will use :nil as the keyword rest argument. There is a new on_nokw_param hook as well. This fixes a type issue in the previous code, where an ID was passed where a VALUE was the declared type. The symbol :nil is passed instead of the id. |
||
|---|---|---|
| .. | ||
| assert_parse_files.rb | ||
| dummyparser.rb | ||
| test_files_ext.rb | ||
| test_files_lib.rb | ||
| test_files_sample.rb | ||
| test_files_test.rb | ||
| test_files_test_1.rb | ||
| test_files_test_2.rb | ||
| test_filter.rb | ||
| test_lexer.rb | ||
| test_parser_events.rb | ||
| test_ripper.rb | ||
| test_scanner_events.rb | ||
| test_sexp.rb | ||