module

HardWire::Container

A module mixin for creating a hardwire container.

No functionality-based documentation will appear here, since the module is designed to be included in other modules. See HardWire::Root for container-level functionality.

module WhateverYouLikeContainer
  include Hardwire::Container
end