General

Profile

y_feldblum (Jay Feldblum)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/27/2011

01:42 AM Ruby Feature #4917: `NilClass#to_ary`
This minor performance issue becomes a huge problem when NilClass#method_missing is defined, such as in ActiveSupport (https://github.com/rails/rails/blob/master/activesupport/lib/active_support/whiny_nil.rb), which is a popular choice w... y_feldblum (Jay Feldblum)

06/22/2011

02:20 PM Ruby Feature #4917 (Rejected): `NilClass#to_ary`
`Kernel#Array`, when passed `nil`, first tries to send `to_ary`, which ends up calling `method_missing`, and then tries to send `to_a`, which finally succeeds. When `Kernel#Array` is used frequently, for example in library/gem code, this... y_feldblum (Jay Feldblum)

Also available in: Atom