# File: Fixer.ex # This file was generated from fixer.beam # Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir) # MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING! defmodule Fixer do def unquote(:"start")() do :erlang.apply(:"fixer", :"start", []) end def unquote(:"convert")(arg1, arg2, arg3) do :erlang.apply(:"fixer", :"convert", [arg1, arg2, arg3]) end def unquote(:"convert")(arg1, arg2, arg3, arg4) do :erlang.apply(:"fixer", :"convert", [arg1, arg2, arg3, arg4]) end def unquote(:"rates")() do :erlang.apply(:"fixer", :"rates", []) end def unquote(:"rates")(arg1) do :erlang.apply(:"fixer", :"rates", [arg1]) end end