collapsed slot classes into one
different slot operation have different right sides mom assignment tests work again 157 others don’t
This commit is contained in:
@ -47,6 +47,15 @@ module Vool
|
||||
def normalize
|
||||
raise "should not be normalized #{self}"
|
||||
end
|
||||
def to_mom(method)
|
||||
raise "should not be momed #{self}"
|
||||
end
|
||||
|
||||
# for loading into a lot, return the "slot_definition" that can be passed to
|
||||
# SlotLoad.
|
||||
def slot_definition(method)
|
||||
raise "not iplemented in #{self}"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user