up to, ut not including, creating frames

This commit is contained in:
Torsten Ruger
2014-09-24 18:25:18 +03:00
parent 363fe5e35f
commit df9d6284ae
7 changed files with 38 additions and 12 deletions

View File

@ -164,6 +164,10 @@ module Register
send("add_#{clazz}".to_sym , object)
end
def add_Message m
end
def add_Frame f
end
def add_Array( array )
# also array has constant overhead, the padded helper fixes it to multiple of 8
array.each do |elem|