Packages

REnum is Enum extended with convenient functions inspired by Ruby and Rails ActiveSupport.

Current section

Files

Jump to
r_enum lib r_list active_support.ex
Raw

lib/r_list/active_support.ex

defmodule RList.ActiveSupport do
@moduledoc """
Unimplemented.
"""
@spec __using__(any) :: list
defmacro __using__(_opts) do
RUtils.define_all_functions!(__MODULE__)
end
end