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

Version Path
ox-2.14.14 lib/ox/raw.rb
ox-2.14.13 lib/ox/raw.rb
ox-2.14.12 lib/ox/raw.rb
ox-2.14.11 lib/ox/raw.rb
ox-2.14.10 lib/ox/raw.rb
ox-2.14.9 lib/ox/raw.rb
ox-2.14.8 lib/ox/raw.rb
ox-2.14.7 lib/ox/raw.rb
ox-2.14.6 lib/ox/raw.rb
ox-2.14.5 lib/ox/raw.rb
ox-2.14.4 lib/ox/raw.rb
ox-2.14.3 lib/ox/raw.rb
ox-2.14.2 lib/ox/raw.rb
ox-2.14.1 lib/ox/raw.rb
ox-2.14.0 lib/ox/raw.rb
ox-2.13.4 lib/ox/raw.rb
ox-2.13.3 lib/ox/raw.rb
ox-2.13.2 lib/ox/raw.rb
ox-2.13.1 lib/ox/raw.rb
ox-2.12.1 lib/ox/raw.rb