Skip to content

Commit 9751ca7

Browse files
author
José Valim
committed
IEx.Remsh should be private
1 parent 054ff45 commit 9751ca7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/iex/lib/iex/remsh.ex

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
defmodule IEx.Remsh do
2-
@moduledoc """
2+
@moduledoc false
3+
4+
@doc """
35
Provides one helper function that is injected into connecting
46
remote nodes to properly handle autocompletion. Elixir supports:
57

0 commit comments

Comments
 (0)