Replace all raise ruby keyword with fail

This commit is contained in:
Thibault Jouan
2014-06-05 12:37:42 +00:00
parent 6a396ae8c0
commit 9eed0a8ef8
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ module Producer
m
end
raise ArgumentError unless arguments.any?
fail ArgumentError unless arguments.any?
end
def run