change args argument to create method to be hash

was array and didn’t carry types and names
This commit is contained in:
Torsten Ruger
2015-11-11 20:41:02 +02:00
parent 351a747bfd
commit 6137833140
7 changed files with 20 additions and 69 deletions

View File

@ -38,7 +38,7 @@ module Soml
return ret
end
end
raise "must define variable #{name} before using it"
raise "must define variable '#{name}' before using it"
end
end #module