fixed scope
This commit is contained in:
parent
519283a034
commit
7eeb269d50
@ -1,7 +1,7 @@
|
||||
module Sof
|
||||
class Known
|
||||
@@mapping = {
|
||||
MethodDefinition => [:name , :args , :receiver , :return_type , :blocks]
|
||||
Virtual::MethodDefinition => [:name , :args , :receiver , :return_type , :blocks]
|
||||
}
|
||||
def self.is clazz
|
||||
@@mapping.has_key? clazz
|
||||
|
Loading…
Reference in New Issue
Block a user