lib/sequel/plugins/association_proxies.rb in sequel-5.39.0 vs lib/sequel/plugins/association_proxies.rb in sequel-5.40.0

- old
+ new

@@ -97,10 +97,12 @@ else @instance.send(:load_associated_objects, @reflection, @proxy_argument, &@proxy_block) end v.public_send(meth, *args, &block) end + # :nocov: ruby2_keywords(:method_missing) if respond_to?(:ruby2_keywords, true) + # :nocov: end module ClassMethods # Proc that accepts a method name, array of arguments, and block and # should return a truthy value to send the method to the dataset instead of the