Sha256: eed3fdc19f01b16f3b5e113f13058da6e114e1f7ea55a492406666d0a16731ec
Contents?: true
Size: 217 Bytes
Versions: 75
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true module Nokogiri module XML class ProcessingInstruction < Node def initialize(document, name, content) # rubocop:disable Style/RedundantInitialize end end end end
Version data entries
75 entries across 75 versions & 3 rubygems