IEx.Helpers.b

You're seeing just the macro b, go back to IEx.Helpers module for more information.

Prints the documentation for the given callback function.

It also accepts single module argument to list all available behaviour callbacks.

Examples

iex> b(Mix.Task.run/1)
iex> b(Mix.Task.run)
iex> b(GenServer)