fixed scope

This commit is contained in:
Torsten Ruger 2014-08-14 19:48:26 +03:00
parent 519283a034
commit 7eeb269d50

View File

@ -1,7 +1,7 @@
module Sof module Sof
class Known class Known
@@mapping = { @@mapping = {
MethodDefinition => [:name , :args , :receiver , :return_type , :blocks] Virtual::MethodDefinition => [:name , :args , :receiver , :return_type , :blocks]
} }
def self.is clazz def self.is clazz
@@mapping.has_key? clazz @@mapping.has_key? clazz