change args argument to create method to be hash
was array and didn’t carry types and names
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user