General

Profile

skwosh (Alex Goldsmith)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

05/02/2013

02:43 PM Backport200 Backport #8357 (Closed): Module#prepend breaks comparison operator
Array < Enumerable # => true
Enumerable.send :prepend, Module.new
Array < Enumerable # => nil
Array.ancestors.incl...
skwosh (Alex Goldsmith)

03/02/2013

11:10 PM Backport200 Backport #8005 (Closed): Methods made private/protected after definition are made uncallable by prepend
Prepending a module seems to break method resolution for methods that have been made `private` or `protected` via the... skwosh (Alex Goldsmith)

Also available in: Atom