Method: RDF::Repository::Implementation#snapshot
- Defined in:
- lib/rdf/repository.rb
#snapshot ⇒ Dataset
A readable & queryable snapshot of the repository for isolated reads.
398 399 400 |
# File 'lib/rdf/repository.rb', line 398 def snapshot self.class.new(data: @data).freeze end |