summaryrefslogtreecommitdiffhomepage
path: root/house.rb
diff options
context:
space:
mode:
Diffstat (limited to 'house.rb')
-rw-r--r--house.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/house.rb b/house.rb
index 1da0d58..6d309fa 100644
--- a/house.rb
+++ b/house.rb
@@ -82,6 +82,7 @@ class House
@objects.each do |item|
Camera.remove item
item.remove
+ puts item
end
end