Method: CGenerator::KeyAccumulator#initialize
- Defined in:
- lib/cgen/cgen.rb
#initialize(*args) ⇒ Object
493 494 495 496 |
# File 'lib/cgen/cgen.rb', line 493 def initialize(*args) super @hash = {} # @pile maintains ordered list of keys for @hash end |