class Callback::ResultSet(T)
- Callback::ResultSet(T)
- Reference
- Object
Included Modules
- Enumerable({String, T})
Defined in:
callback/result_set.crInstance Method Summary
- #[](name)
- #[]=(name, value)
- #[]?(name)
- #after
- #all
- #around
- #before
-
#each(&block : T -> _)
Must yield this collection's elements to the block.
- #has?(name)
- #named
- #on
Instance Method Detail
def each(&block : T -> _)
#
Description copied from module Enumerable({String, T})
Must yield this collection's elements to the block.