class Malady::Compiler::Bytecode
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/malady/compiler.rb, line 67 def initialize(*) super ensure @processor = Malady::Generator end