Ruby example not working when run - needs fixing/checking
This commit is contained in:
parent
bfb695c512
commit
dbd86d3747
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue