This commit is contained in:
Torsten Ruger
2018-03-15 11:32:32 +05:30
parent 78ef1368de
commit 9ddcb3224c
18 changed files with 6 additions and 5 deletions

View File

@ -27,7 +27,7 @@ module Vool
# after creation vool normalizes to ensure valid syntax and simplify
# also throw errors if violation
def normalize
def normalize(method)
return self
end