lib/classes.rb in rkneufeld-fuzzy-realty-0.7.0 vs lib/classes.rb in rkneufeld-fuzzy-realty-0.7.1

- old
+ new

@@ -67,6 +67,6 @@ #Small hack to the Array class to allow for easier type checking class Array def contains(value) self.any? {|array_value| array_value == value } end -end \ No newline at end of file +end