lib/hipbot/storages/hash.rb in hipbot-1.0.3 vs lib/hipbot/storages/hash.rb in hipbot-1.0.4

- old
+ new

@@ -75,15 +75,15 @@ collection.values.select do |item| param.all?{ |k, v| item.attributes[k] == v } end end - protected + # protected - def method_missing name, *args, &block - return all.public_send(name, *args, &block) if Array.instance_methods.include?(name) - super - end + # def method_missing name, *args, &block + # return all.public_send(name, *args, &block) if Array.instance_methods.include?(name) + # super + # end end end end end