File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/nokogiri-1.7.2/lib/nokogiri/xml/

Viewing File: notation.rb

module Nokogiri
  module XML
    class Notation < Struct.new(:name, :public_id, :system_id)
    end
  end
end