General

Profile

barrettkingram (Barrett Ingram)

Issues

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

Activity

12/30/2019

12:44 AM Ruby Bug #16467 (Rejected): Fetching a class variable with instance_eval fails with NameError
Trying to fetch a class variable using `instance_eval` fails with `uninitialized class variable @variable_name in Object (NameError)`.
Reproduction program:
``` ruby
class FooClass
def initialize
@foo = "foo"
@@bar = "b...
barrettkingram (Barrett Ingram)

Also available in: Atom