``` $ rvm ruby-2.6.5 do ruby -e "Foo = 1; x = Class.new { self::Foo = 2; def foo; Foo; end }.new; p x.foo" 1 ```