# File lib/ruby_to_ruby_c.rb, line 64
  def process_gvar(exp)
    var = exp.shift
    "rb_gv_get(#{var.to_s.inspect})"
  end