class Launch::Controller::Filters
- Launch::Controller::Filters
- Reference
- Object
Included Modules
- Enumerable({Symbol, Array(Launch::Controller::Filter)})
Defined in:
launch/controller/filters.crInstance Method Summary
- #[](name)
- #[]?(name)
- #add(filter : Filter)
-
#each(&block : Tuple(Symbol, Array(Filter)) -> _)
Must yield this collection's elements to the block.
- #fetch(name)
- #filters : Hash(Symbol, Array(Launch::Controller::Filter))
- #filters=(filters : Hash(Symbol, Array(Launch::Controller::Filter)))
- #register(precedence : Symbol, &) : Nil
- #run(precedence : Symbol, action : Symbol, except_action : Symbol | Nil = nil)
Instance Method Detail
Description copied from module Enumerable({Symbol, Array(Launch::Controller::Filter)})
Must yield this collection's elements to the block.