# File xapian.rb, line 213 def terms Xapian._safelyIterate(self._begin(), self._end()) { |item| # note: in the ExpandTerm wrapper, we implicitly rename # ESetIterator#term() (defined in xapian.i) to ExpandTerm#term() Xapian::ExpandTerm.new(item.term, item.weight) } end