class Atomy::Code::True

Public Instance Methods

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