[#49078] DevelopersMeeting20150728Japan — SASADA Koichi <ko1@...>
Hi,
5 messages
2015/06/12
[ruby-dev:49130] [Ruby trunk - Bug #11296] Proc#arity returns weird value for non-lambda proc with optional arguments
From:
hanmac@...
Date:
2015-06-23 12:55:45 UTC
List:
ruby-dev #49130
Issue #11296 has been updated by Hans Mackowiak.
i think matz means:
Proc.new(){|x=0|}.arity # => 0
lambda {|x=0|}.arity # => -1
----------------------------------------
Bug #11296: Proc#arity returns weird value for non-lambda proc with optional arguments
https://bugs.ruby-lang.org/issues/11296#change-53089
* Author: Yukihiro Matsumoto
* Status: Feedback
* Priority: Normal
* Assignee:
* ruby -v:
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
`Proc.new(x=0){}.arity` returns 0, not -1 unlike lambdas.
I don't remember if it's intentional or not. Anyone remember?
Matz.
--
https://bugs.ruby-lang.org/