Class: Hecks::IR::Many

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/ir.rb

Overview

A field that holds a list of constructs — each one emits itself.

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



71
72
73
# File 'lib/hecks/ir.rb', line 71

def source
  @source
end