class DDQL::ListOperator
Public Class Methods
new(symbol, name, type)
click to toggle source
Calls superclass method
# File lib/ddql/list_operator.rb, line 3 def initialize(symbol, name, type) super(symbol, name, type, 4, false, :boolean) end