Module: Alf::Engine::Cesure
- Includes:
- Cog
- Included in:
- Quota::Cesure, Rank::Cesure, Summarize::Cesure
- Defined in:
- lib/alf/engine/support/cesure.rb
Constant Summary
Constants included from Cog
Alf::Engine::Cog::EMPTY_CHILDREN, Alf::Engine::Cog::EMPTY_OPTIONS
Instance Attribute Summary
Attributes included from Compiler::Cog
Instance Method Summary collapse
Methods included from Cog
#arguments, #children, #options, #to_s
Methods included from Compiler::Cog
#cog_orders, #initialize, #orderedby?, #relation_type, #to_ascii_tree, #to_cog, #to_relation
Instance Method Details
#each(&receiver) ⇒ Object
7 8 9 10 |
# File 'lib/alf/engine/support/cesure.rb', line 7 def each(&receiver) return to_enum unless block_given? dup._each(&receiver) end |