class Atomy::Code::Block::PushProc

Public Class Methods

new() click to toggle source
# File lib/atomy/code/block.rb, line 89
def initialize
end

Public Instance Methods

bytecode(gen, mod) click to toggle source
# File lib/atomy/code/block.rb, line 92
def bytecode(gen, mod)
  gen.push_proc
end