simple send test works again

This commit is contained in:
Torsten Ruger
2018-03-15 21:54:03 +05:30
parent 9b4fcf0e0f
commit 1def69c783
6 changed files with 33 additions and 27 deletions

View File

@ -42,6 +42,7 @@ module Common
# so append the given code to the linked list at the end
def append( code )
last.set_next code
self
end
alias :<< :append