vinhnglx / vinhnglx.github.io

0 stars 0 forks source link

TIL_05_Sep_2017 - IEx.pry, Running test by tag, and Map #31

Open vinhnglx opened 7 years ago

vinhnglx commented 7 years ago
When a process is pried, all code runs inside IEx and, as such, it is evaluated and cannot access private functions of the module being pried. Module functions still need to be accessed via Mod.fun(args).
@tag :wip
test "only run this test" do
  assert true
end