# File lib/ruby2ruby.rb, line 276
  def process_defined(exp)
    "defined? #{process(exp.shift)}"
  end