Packages

Yet another mocking library

Current section

Files

Jump to
doppler src doppler_universal.erl
Raw

src/doppler_universal.erl

-module(doppler_universal).
-export(['$handle_undefined_function'/2]).
'$handle_undefined_function'(Func, Args) ->
doppler:call(Func, Args).