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