Sha256: d199786ec653c9030fefad81cfd18b051cab2c8ed5dd1907cb8d0b19b7dc7b89
Contents?: true
Size: 651 Bytes
Versions: 42
Compression:
Stored size: 651 Bytes
Contents
# This file is automatically generated by ./script/intern_context # RDFa context for http://www.w3.org/2011/rdfa-context/html-rdfa-1.1 class RDF::RDFa::Context def self.find_with_html_rdfa_1_1(uri) if uri.to_s == "http://www.w3.org/2011/rdfa-context/html-rdfa-1.1" @_html_rdfa_1_1_prof ||= RDF::RDFa::Context.new(RDF::URI("http://www.w3.org/2011/rdfa-context/html-rdfa-1.1"), { }) else find_without_html_rdfa_1_1(uri) end end class << self ## # Override find to return this context, if matched alias_method :find_without_html_rdfa_1_1, :find alias_method :find, :find_with_html_rdfa_1_1 end end
Version data entries
42 entries across 42 versions & 1 rubygems