module Spread2RDF
Constants
- CLI
- NS
- ONTOLOGY_DIR
- ROO
- ROOT
- SEARCH_PATH
Attributes
debug_mode[RW]
Public Class Methods
const_missing(name)
click to toggle source
Calls superclass method
# File lib/spread2rdf/namespace.rb, line 50 def self.const_missing(name) Namespace[name] or super end