improve tests

This commit is contained in:
Torsten Ruger
2015-09-27 20:28:34 +03:00
parent 6e009cc6df
commit 259b0afa96
8 changed files with 83 additions and 83 deletions

View File

@ -2,7 +2,8 @@ module Bosl
Compiler.class_eval do
# module attr_reader :name ,:expressions
def on_module expression
return clazz
name , rest = *expression
return process_all(rest).last
end
def on_class expression