IEx.Pry.pry
You're seeing just the function
pry
, go back to IEx.Pry module for more information.
Callback for IEx.pry/0
.
You can invoke this function directly when you are not able to invoke
IEx.pry/0
as a macro. This function expects the binding (from
Kernel.binding/0
) and the environment (from __ENV__/0
).