lib/pfaker.ex

defmodule Pfaker do

  alias Pfaker.Runtime.Server

  @spec random_word() :: String.t
  defdelegate random_word(), to: Server
end