Module: Rack::AddressMunging::Strategy
- Defined in:
- lib/rack/address_munging/strategy.rb,
lib/rack/address_munging/strategy/hex.rb,
lib/rack/address_munging/strategy/rot13js.rb
Overview
This module group all available munging strategies.
When the Rack::AddressMunging middleware is instanciated, the required strategy is loaded as a child constant of this module. If you want to write your own munging strategy, you must create it as a subclass of Rack::AddressMunging::Strategy for it to be usable.