Removed unneeded check for no args.

This commit is contained in:
Jim Weirich
2010-04-20 16:26:57 -04:00
parent 308ad5d9c5
commit 56206e0a41
2 changed files with 0 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ class AboutMessagePassing < EdgeCase::Koan
class MessageCatcher
def add_a_payload(*args)
return :empty unless args
args
end
end

View File

@@ -49,7 +49,6 @@ class AboutMessagePassing < EdgeCase::Koan
class MessageCatcher
def add_a_payload(*args)
return :empty unless args
args
end
end