def foo()
    'foo'
end

class C
    def bar()
        puts 'bar'
    end
end

a = 'bar'
$g = 1
@f = 'goo'