Actions
Bug #5204
closed`defined?(@@foo) && @foo` may fail
Bug #5204:
`defined?(@@foo) && @foo` may fail
Description
defined?(@@foo) doesn't use the correct cbase.
See https://github.com/ruby/ruby/pull/44 for test and patch.
Actions