# File lib/ruby_to_ansi_c.rb, line 595 def process_not(exp) term = process exp.shift return "!(#{term})" end