move from known attributes to volotile (white to blacklist)
This commit is contained in:
10
lib/sof/volotile.rb
Normal file
10
lib/sof/volotile.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module Sof
|
||||
class Volotile
|
||||
@@mapping = {
|
||||
Virtual::MethodDefinition => []
|
||||
}
|
||||
def self.attributes clazz
|
||||
@@mapping[clazz] || []
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user