Current section
Files
Jump to
Current section
Files
lib/passive_support.ex
defmodule PassiveSupport do
@moduledoc """
Helper modules for performing tasks not covered by the Elixir standard library
Inspired by the Ruby gem `active_support`, `passive_support` aims to enable
developers to have a utility belt attached to their toolchain. ... Or ...
some similar metaphor, but that makes much more sense.
"""
end