Object
Ruby wrapper for Xapian::ValueIterator
# File xapian.rb, line 129 def initialize(value, valueno, docid) @value = value @valueno = valueno @docid = docid end
# File xapian.rb, line 135 def ==(other) return other.is_a?(Xapian::Value) && other.value == @value && other.valueno == @valueno && other.docid == @docid end
[Validate]
Generated with the Darkfish Rdoc Generator 2.