Class: ASTTransform::ThunkLowering::Placement
- Inherits:
-
Struct
- Object
- Struct
- ASTTransform::ThunkLowering::Placement
- Defined in:
- lib/ast_transform/thunk_lowering.rb
Overview
A pending proc definition: line is the body's first source line (nil for fully synthetic bodies),
statements the pre-declarations plus the proc assignment.
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#statements ⇒ Object
Returns the value of attribute statements.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
40 41 42 |
# File 'lib/ast_transform/thunk_lowering.rb', line 40 def line @line end |
#statements ⇒ Object
Returns the value of attribute statements
40 41 42 |
# File 'lib/ast_transform/thunk_lowering.rb', line 40 def statements @statements end |