Clouseau v0.4.0 Cl View Source
This is the main module to use. You need to first require it in your file
require Cl
and then use Cl.inspect/2
or Cl.inspect/3
where you would normaly use IO.inspect
Link to this section Summary
Link to this section Functions
Link to this macro
inspect(item, opts \\ []) View Source (macro)
Use it like the IO.inspect/2
function
Link to this macro
inspect(device, item, opts) View Source (macro)
Use it like the IO.inspect/3
function