General

Profile

pawel (Paweł P)

Issues

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

Activity

03/09/2011

07:05 AM Ruby Bug #4484 (Rejected): Class variables leak to Object when using class_eval
=begin
The following irb session describes the problem:
>> String.class_eval { @@string_class_variable = 'should be only in String' }
=> "should be only in String"
>> "WTF?" if Object.class_variables.include? "@@string_class_var...
pawel (Paweł P)

Also available in: Atom