Sha256: bc24bf2820bafc565ca295733f6c50f92c05a115a726f2d71dfadf4cfab052a0
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
# This file is automatically generated by ./script/intern_profile # RDFa profile for http://www.w3.org/2011/rdfa-context/html-rdfa-1.1.html class RDF::RDFa::Profile def self.find_with_html_rdfa_1_1_html(uri) if uri.to_s == "http://www.w3.org/2011/rdfa-context/html-rdfa-1.1" @_html_rdfa_1_1_html_prof ||= RDF::RDFa::Profile.new(RDF::URI("http://www.w3.org/2011/rdfa-context/html-rdfa-1.1"), { }) else find_without_html_rdfa_1_1_html(uri) end end class << self ## # Override find to return this profile, if matched alias_method :find_without_html_rdfa_1_1_html, :find alias_method :find, :find_with_html_rdfa_1_1_html end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-rdfa-0.3.9 | lib/rdf/rdfa/profile/html.rb |