Class: Hecks::IR::Many
- Inherits:
-
Struct
- Object
- Struct
- Hecks::IR::Many
- Defined in:
- lib/hecks/ir.rb
Overview
A field that holds a list of constructs — each one emits itself.
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
71 72 73 |
# File 'lib/hecks/ir.rb', line 71 def source @source end |