lib/putter/watcher.rb in putter-0.4.1 vs lib/putter/watcher.rb in putter-0.5.0

- old
+ new

@@ -29,10 +29,10 @@ def self.class_proxy(klass) proxy = MethodProxy.new Putter::Watcher.methods_for(klass).each do |method| data = ProxyMethodData.new(label: Putter::Watcher.label_for(klass), method: method) - add_putter_class_method_to_proxy(proxy, data) + add_putter_method_to_proxy(proxy, data) end proxy end end