Skip to content

Instantly share code, notes, and snippets.

@ybur-yug
Last active July 19, 2016 19:51
Show Gist options
  • Select an option

  • Save ybur-yug/efc526d2a7173b7e04b5ea8eda0a6937 to your computer and use it in GitHub Desktop.

Select an option

Save ybur-yug/efc526d2a7173b7e04b5ea8eda0a6937 to your computer and use it in GitHub Desktop.
# module = "YourModule"
module = "Enum"
# this call here as to match the module name, hacky
Enum.__info__(:functions)
|> Enum.each(fn({function, arity}) ->
Code.eval_string("require IEx.Helpers; IEx.Helpers.h #{module}.#{function}")
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment