remove class attribute that was left dangling

not used, which prompted rename. just forgot to delete it
This commit is contained in:
Torsten Ruger 2018-07-02 15:50:54 +03:00
parent 1132309f6a
commit 9bd8eab999

View File

@ -1,6 +1,6 @@
module Mom
class MomCompiler
attr_reader :clazz , :method_compilers
attr_reader :method_compilers
def initialize(compilers = [])
@method_compilers = Risc::Builtin.boot_functions + compilers