[ruby-core:95896] [Ruby master Feature#16356] Method#inspect of argument forwarding
| Newsgroups | gmane.comp.lang.ruby.core |
|---|---|
| Message-ID | <redmine.issue-16356.20191120105811.10f11b1133d261e9@ruby-lang.org> |
Issue #16356 has been reported by znz (Kazuhiro NISHIYAMA). ---------------------------------------- Feature #16356: Method#inspect of argument forwarding https://bugs.ruby-lang.org/issues/16356 * Author: znz (Kazuhiro NISHIYAMA) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Current behavior includes `(**, &&)`. Is this intentional? ``` % ruby -e 'def mf(...);end;p method(:mf)' #<Method: main.mf(**, &&) -e:1> ``` I added tests of current behavior at https://github.com/ruby/ruby/commit/777973084e599cf9efa490173709b187fb507f90 -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>