random tries

This commit is contained in:
Torsten Ruger
2018-03-15 10:46:17 +05:30
parent 0a9997f549
commit 163cad456f
7 changed files with 16 additions and 21 deletions

View File

@ -66,10 +66,6 @@ module Vool
Mom::Statements.new( cache_check(in_method) + call_cached_method(in_method) )
end
def flatten
raise "flat"
end
# check that current type is the cached type
# if not, change and find method for the type (simple_call to resolve_method)
# conceptually easy in ruby, but we have to compile that "easy" ruby