General

Profile

cpoirier (Chris Poirier)

Issues

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

Activity

08/06/2012

01:24 PM Ruby master Bug #6838: class_eval and instance_eval do not scope class names the same as direct code
On more thought, I can understand that Ruby views class names the same way it does variables, and so pulls them from ... cpoirier (Chris Poirier)
01:13 PM Ruby master Bug #6838 (Rejected): class_eval and instance_eval do not scope class names the same as direct code
class X
def self.f()
puts "::X"
end
end
class Y
class X
def self.f()
puts "...
cpoirier (Chris Poirier)

Also available in: Atom