Remove resundant code

This commit is contained in:
Amos Shapira 2013-04-01 14:52:07 +11:00 committed by Jeff McCune
parent 003cde074c
commit e7d394b6e9

View file

@ -23,8 +23,6 @@ converted to arrays of alternating keys and values.
result << key << value
end
return result
else
return [arguments[0]]
end
end