Method: RubyToAnsiC#process_hash

Defined in:
lib/ruby_to_ansi_c.rb

#process_hash(exp) ⇒ Object

Hash values, currently unsupported, but plans are in the works.



424
425
426
# File 'lib/ruby_to_ansi_c.rb', line 424

def process_hash(exp)
  no(exp)
end