Class: YTLJit::Generator
Direct Known Subclasses
Instance Attribute Summary collapse
-
#asm ⇒ Object
readonly
Returns the value of attribute asm.
Instance Method Summary collapse
-
#initialize(asm) ⇒ Generator
constructor
A new instance of Generator.
Constructor Details
#initialize(asm) ⇒ Generator
Returns a new instance of Generator.
54 55 56 |
# File 'lib/ytljit/asm.rb', line 54 def initialize(asm) @asm = asm end |
Instance Attribute Details
#asm ⇒ Object (readonly)
Returns the value of attribute asm.
57 58 59 |
# File 'lib/ytljit/asm.rb', line 57 def asm @asm end |