Methods

Redland::FileStore

Store the triples in a file

Public Class Methods

new(mem_name,options) click to toggle source
# File rdf/redland/store.rb, line 110
def initialize(mem_name,options)
  super("file",mem_name,options)
end

Go to Redland Home - Language Bindings Home - Ruby API Home

(C) Copyright 2004-2013 Dave Beckett, (C) Copyright 2004-2005 University of Bristol