lib/cuboid/rest/server/instance_helpers.rb in cuboid-0.2.7 vs lib/cuboid/rest/server/instance_helpers.rb in cuboid-0.2.8
- old
+ new
@@ -86,10 +86,10 @@
handle_error cleanup do
block.call @@instances[id]
end
end
- def exists?( id )
+ def exist?( id )
instances.include? id
end
end