Sha256: 2fd19a8186f8fc1e7bd9918aa4af6a4544f5d7a82c850d33ed8299fc65ae6bb4
Contents?: true
Size: 378 Bytes
Versions: 8
Compression:
Stored size: 378 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
8 entries across 8 versions & 1 rubygems