remove class attribute that was left dangling
not used, which prompted rename. just forgot to delete it
This commit is contained in:
parent
1132309f6a
commit
9bd8eab999
@ -1,6 +1,6 @@
|
|||||||
module Mom
|
module Mom
|
||||||
class MomCompiler
|
class MomCompiler
|
||||||
attr_reader :clazz , :method_compilers
|
attr_reader :method_compilers
|
||||||
|
|
||||||
def initialize(compilers = [])
|
def initialize(compilers = [])
|
||||||
@method_compilers = Risc::Builtin.boot_functions + compilers
|
@method_compilers = Risc::Builtin.boot_functions + compilers
|
||||||
|
Loading…
Reference in New Issue
Block a user