Class: Atomy::Code::Block::PushProc
Instance Method Summary collapse
- #bytecode(gen, mod) ⇒ Object
-
#initialize ⇒ PushProc
constructor
A new instance of PushProc.
Constructor Details
#initialize ⇒ PushProc
Returns a new instance of PushProc.
89 90 |
# File 'lib/atomy/code/block.rb', line 89 def initialize end |
Instance Method Details
#bytecode(gen, mod) ⇒ Object
92 93 94 |
# File 'lib/atomy/code/block.rb', line 92 def bytecode(gen, mod) gen.push_proc end |