From 9bd8eab999893c81810854710ace83095cef531e Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Mon, 2 Jul 2018 15:50:54 +0300 Subject: [PATCH] remove class attribute that was left dangling not used, which prompted rename. just forgot to delete it --- lib/mom/mom_compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mom/mom_compiler.rb b/lib/mom/mom_compiler.rb index efdd1faf..cb866dea 100644 --- a/lib/mom/mom_compiler.rb +++ b/lib/mom/mom_compiler.rb @@ -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