Libraries
»
atomy
(0.7.1)
»
Index (N)
»
Atomy
»
Code
»
Nil
Class: Atomy::Code::Nil
Inherits:
Object
Object
Atomy::Code::Nil
show all
Defined in:
lib/atomy/code/nil.rb
Instance Method Summary
collapse
#
bytecode
(gen, mod) ⇒ Object
Instance Method Details
#
bytecode
(gen, mod) ⇒
Object
4 5 6
# File 'lib/atomy/code/nil.rb', line 4
def
bytecode
(
gen
,
mod
)
gen
.
push_nil
end