10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd67af4 commit d95b13eCopy full SHA for d95b13e
doc/syntax/refinements.rdoc
@@ -247,11 +247,9 @@ Note that +super+ in a method of a refinement invokes the method in the
247
refined class even if there is another refinement which has been activated in
248
the same context.
249
250
-== Indirect Method Calls
+== Methods Introspection
251
252
-When using indirect method access such as Kernel#send, Kernel#method or
253
-Kernel#respond_to? refinements are not honored for the caller context during
254
-method lookup.
+When using introspection methods such as Kernel#method or Kernel#methods refinements are not honored.
255
256
This behavior may be changed in the future.
257
0 commit comments