# File lib/rdf/redland/stream.rb, line 53 def next() if not self.stream return true else return Redland.librdf_stream_next(self.stream) end end