誰かElixirでライブラリが定義しているモジュールを同じ名前で違う実装に上書きする良い方法知らんか
-
-
Replying to @neglect_yp
warning出ますが、再定義可能みたいです
#fukuokaex iex> http://Timex.now # DateTime<2018-10-19 00:47:39> iex> defmodule Timex do ...> def now(), do: "Hi" ...> end warning: redefining module Timex (current version loaded from _build/略) iex> http://Timex.now "Hi"1 reply 1 retweet 1 like -
Replying to @neglect_yp
あぁ、distillery利用時ですね、確かにNG
#fukuokaex
7:06 PM - 18 Oct 2018
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.