Sha256: 98aa576fb58951e50c9213e00b23924cfbc2cac49af12fee3e82e9e8ab5eaaa2
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
module DDQL class InfixStringMapOperator < Operator def initialize(symbol, name, ordinal) super(symbol, name, :infix, 4, false, :boolean, ordinal) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ddql-1.0.0 | lib/ddql/infix_string_map_operator.rb |