Method: RubyToAnsiC#process_true

Defined in:
lib/ruby_to_ansi_c.rb

#process_true(exp) ⇒ Object

Truth… what is truth?



655
656
657
# File 'lib/ruby_to_ansi_c.rb', line 655

def process_true(exp)
  return "1"
end