class RubyIndexer::GlobalVariableTest
def test_global_variable_and_write
def test_global_variable_and_write index(<<~RUBY) $foo &&= 1 RUBY assert_entry("$foo", Entry::GlobalVariable, "/fake/path/foo.rb:0-0:0-4") end
def test_global_variable_and_write index(<<~RUBY) $foo &&= 1 RUBY assert_entry("$foo", Entry::GlobalVariable, "/fake/path/foo.rb:0-0:0-4") end