more work on send

This commit is contained in:
Torsten Ruger
2014-08-22 09:21:59 +03:00
parent 5b1e86da49
commit b305a56576
6 changed files with 21 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ module Boot
@super_class_name = super_class_name.to_sym
@meta_class = MetaClass.new(self)
end
attr_reader :name , :methods , :meta_class , :context , :super_class_name
attr_reader :name , :method_definitions , :meta_class , :context , :super_class_name
def add_method_definition method
raise "not a method #{method.class} #{method.inspect}" unless method.is_a? Virtual::MethodDefinition
raise "syserr " unless method.name.is_a? Symbol