Method: Alf::Engine::Rank::Cesure#initialize

Defined in:
lib/alf/engine/rank/cesure.rb

#initialize(operand, by, as, expr = nil, compiler = nil) ⇒ Cesure

Creates an Rank::Cesure instance



17
18
19
20
21
22
# File 'lib/alf/engine/rank/cesure.rb', line 17

def initialize(operand, by, as, expr = nil, compiler = nil)
  super(expr, compiler)
  @operand = operand
  @by = by.to_attr_list
  @as = as
end