0

For example,

defmodule MyApp.Util do 
  def init(_) do
    IO.puts(__METHOD__)
  end
end

which should return init or init/2 or similar?

In addition, is there a way I can see all the variables/reserved vars defined in the scope?

cjm2671
  • 18,348
  • 31
  • 102
  • 161

0 Answers0