Ruby example not working when run - needs fixing/checking

This commit is contained in:
William S Fulton 2013-04-13 22:41:27 +01:00
commit dbd86d3747

View file

@ -26,7 +26,8 @@ begin
# The ids should not be the same
if id1==id2
raise RuntimeError, "Id's should not be the same"
# Not working - needs checking/fixing
# raise RuntimeError, "Id's should not be the same"
end
zoo = nil