Sha256: 12a6189042ee5aad49244af1609f0c66e6dec7fd25445481cdc00495d122bd61
Contents?: true
Size: 380 Bytes
Versions: 54
Compression:
Stored size: 380 Bytes
Contents
module Ox # Raw elements are used to inject existing XML strings into a document # WARNING: Use of this feature can result in invalid XML, since `value` is # injected as-is. class Raw < Node # Creates a new Raw element with the specified value. # - +value+ [String] string value for the comment def initialize(value) super end end # Raw end # Ox
Version data entries
54 entries across 54 versions & 2 rubygems