lib/earth/residence/residence_class.rb in earth-1.0.0 vs lib/earth/residence/residence_class.rb in earth-1.0.1
- old
+ new
@@ -22,8 +22,7 @@
def classification
CLASSIFICATIONS.detect { |c| name.downcase.include? c }
end
-
warn_unless_size 5
end