We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37054c8 commit 39c33c7Copy full SHA for 39c33c7
lib/iex/lib/iex/introspection.ex
@@ -53,7 +53,7 @@ defmodule IEx.Introspection do
53
end
54
55
def h(function, arity) when is_atom(function) and is_integer(arity) do
56
- h([__MODULE__, Kernel, Kernel.SpecialForms], function, arity)
+ h([IEx.Helpers, Kernel, Kernel.SpecialForms], function, arity)
57
58
59
def h(_, _) do
0 commit comments