Top Level Namespace
Defined Under Namespace
Modules: Kernel, Literal, RDFS Classes: ActiveRdfAdapter, ActiveRdfError, BNode, ConnectionPool, Date, DateTime, DynamicFinderProxy, FalseClass, FederationManager, Float, Integer, LocalizedString, Logger, Module, ObjectManager, Query, Query2Jars2, Query2SPARQL, String, Time, TrueClass, VirtuosoBIF
Instance Method Summary collapse
Instance Method Details
#load_adapter(s) ⇒ Object
38 39 40 41 42 43 44 |
# File 'lib/active_rdf.rb', line 38 def load_adapter s begin require s rescue Exception => e $activerdflog.info "could not load adapter #{s}: #{e}" end end |