class Redland::FileStore
Store the triples in a file
Public Class Methods
new(mem_name,options)
click to toggle source
Calls superclass method
Redland::TripleStore.new
# File lib/rdf/redland/store.rb, line 110 def initialize(mem_name,options) super("file",mem_name,options) end