Packages

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

Current section

Files

Jump to
r_enum lib r_enum list active_support.ex
Raw

lib/r_enum/list/active_support.ex

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