Welcome to mirror list, hosted at ThFree Co, Russian Federation.

elixir-module-func « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9910d0675130df7e778ba1c222c58da7854c2f6 (plain)
1
2
3
4
5
6
7
8
defmodule Foo do
  def fun(RIGHT) do
     # Code
     # Code
     # Code
     ChangeMe
  end
end