Class: Strling::IR::Lit
- Inherits:
-
Data
- Object
- Data
- Strling::IR::Lit
- Defined in:
- lib/strling/ir.rb
Instance Attribute Summary collapse
-
#ir ⇒ Object
readonly
Returns the value of attribute ir.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#ir ⇒ Object (readonly)
Returns the value of attribute ir
7 8 9 |
# File 'lib/strling/ir.rb', line 7 def ir @ir end |
#value ⇒ Object (readonly)
Returns the value of attribute value
7 8 9 |
# File 'lib/strling/ir.rb', line 7 def value @value end |