class Atomy::Code::False

Public Instance Methods

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