Current section

Files

Jump to
bucs lib Bucs.Mime.ex
Raw

lib/Bucs.Mime.ex

# File: Bucs.Mime.ex
# This file was generated from bucmime.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.Mime do
def unquote(:type)(arg1) do
:erlang.apply(:bucmime, :type, [arg1])
end
def unquote(:exploded)(arg1) do
:erlang.apply(:bucmime, :exploded, [arg1])
end
def unquote(:mime)(arg1) do
:erlang.apply(:bucmime, :mime, [arg1])
end
end