File: results.rd

package info (click to toggle)
libdb3-ruby 0.5.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,396 kB
  • ctags: 2,983
  • sloc: ansic: 11,246; cpp: 7,230; ruby: 6,381; makefile: 85; sh: 31
file content (19 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
=begin
== BDB::XML::Results

The results of a query are a collection of values. The values could
be either String, Float, true, false, BDB::XML::Documents or BDB::XML::Nodes
# module BDB
# module XML
# class Results
# include Enumerable
=== Methods

--- each {|val| ... }
    Iterate on each values

# end
# end
# end

=end