fixing import order

This commit is contained in:
Torsten Ruger
2014-10-03 14:33:06 +03:00
parent a083c03b1d
commit 1347a85eb7
6 changed files with 11 additions and 12 deletions

View File

@ -1,9 +1,6 @@
module Sof
class Volotile
@@mapping = {
Virtual::Block => [:method],
Virtual::CompiledMethod => [:current]
}
@@mapping = { }
def self.attributes clazz
@@mapping[clazz] || []
end