Method: RubyToAnsiC#process_error

Defined in:
lib/ruby_to_ansi_c.rb

#process_error(exp) ⇒ Object

DOC - TODO: what is this?!?



361
362
363
# File 'lib/ruby_to_ansi_c.rb', line 361

def process_error(exp)
  return exp.shift
end