lib/datarank.rb in datarank-0.2 vs lib/datarank.rb in datarank-1.0.0

- old
+ new

@@ -14,14 +14,14 @@ def respond_to?(method_name, include_private = false) client.respond_to?(method_name, include_private) || super end - private + # private - def method_missing(method_name, *args, &block) - return super unless client.respond_to?(method_name) - client.send(method_name, *args, &block) - end + # def method_missing(method_name, *args, &block) + # return super unless client.respond_to?(method_name) + # client.send(method_name, *args, &block) + # end end end \ No newline at end of file