module RDF

mixin methods

Public Class Methods

const_missing(const_name) click to toggle source

deprecate FCRepo4

Calls superclass method
# File lib/rdf/fcrepo4/vocab.rb, line 5
def self.const_missing(const_name)
  super unless const_name == :FCRepo4
  warn "DEPRECATION WARNING: the class RDF::FCRepo4 is deprecated. Use RDF::Vocab::Fcrepo4 from https://github.com/ruby-rdf/rdf-vocab instead."
  FCRepo4Deprecated
end