lib/earth/residence/residence_class.rb in earth-0.11.20 vs lib/earth/residence/residence_class.rb in earth-0.12.0
- old
+ new
@@ -8,6 +8,8 @@
def classification
CLASSIFICATIONS.detect { |c| name.downcase.include? c }
end
col :name
+
+ warn_unless_size 5
end