From 7eeb269d502bb2fdd7c3e1f4996828aff1b3a135 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Thu, 14 Aug 2014 19:48:26 +0300 Subject: [PATCH] fixed scope --- lib/sof/known.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sof/known.rb b/lib/sof/known.rb index 216296b0..5e9289fe 100644 --- a/lib/sof/known.rb +++ b/lib/sof/known.rb @@ -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