pawel (Paweł P)
- Login: pawel
- Email: redmine.ruby-lang.org.8.03.2011@cryptonix.org
- Registered on: 03/09/2011
- Last sign in: 03/09/2011
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...