# File: Bucs.URI.ex # This file was generated from bucuri.beam # Using rebar3_elixir (https://github.com/G-Corp/rebar3_elixir) # MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING! defmodule Bucs.URI do def unquote(:join)(arg1, arg2) do :erlang.apply(:bucuri, :join, [arg1, arg2]) end def unquote(:join)(arg1) do :erlang.apply(:bucuri, :join, [arg1]) end def unquote(:type)(arg1) do :erlang.apply(:bucuri, :type, [arg1]) end end