Packages

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

Current section

Files

Jump to
r_enum lib r_stream active_support.ex
Raw

lib/r_stream/active_support.ex

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