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