Application.ensure_loaded
You're seeing just the function
ensure_loaded
, go back to Application module for more information.
Specs
Ensures the given app
is loaded.
Same as load/2
but returns :ok
if the application was already
loaded.