IEx.Server.run
You're seeing just the function
run, go back to IEx.Server module for more information.
Specs
run(keyword()) :: :ok
Starts a new IEx server session.
The accepted options are:
:prefix- the IEx prefix:env- theMacro.Envused for the evaluator:binding- an initial set of variables for the evaluator:on_eof- if it should:stop_evaluator(default) or:haltthe system