class Atomy::Code::Nil

Public Instance Methods

bytecode(gen, mod) click to toggle source
# File lib/atomy/code/nil.rb, line 4
def bytecode(gen, mod)
  gen.push_nil
end