class Redland::MemoryStore

Store the triples in memory

Public Class Methods

new(mem_name="",options_string="") click to toggle source
Calls superclass method Redland::TripleStore.new
# File lib/rdf/redland/store.rb, line 45
def initialize(mem_name="",options_string="")
  super('memory',mem_name,options_string)
end