Sha256: 47f7c3c397988b97ecae614f9be666bc5deaffbb261dd9f00e74a585c11b87de

Contents?: true

Size: 311 Bytes

Versions: 83

Compression:

Stored size: 311 Bytes

Contents

module Ox
  # Coments represent XML comments in an XML document. A comment as value
  # attribute only.
  class Comment < Node
    # Creates a new Comment with the specified value.
    # @param value [String] string value for the comment
    def initialize(value)
      super
    end

  end # Comment
end # Ox

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
ox-2.2.1 lib/ox/comment.rb
ox-2.2.0 lib/ox/comment.rb
ox-2.1.8 lib/ox/comment.rb
ox-2.1.7 lib/ox/comment.rb
ox-2.1.6 lib/ox/comment.rb
ox-2.1.5 lib/ox/comment.rb
ox-2.1.4 lib/ox/comment.rb
ox-2.1.3 lib/ox/comment.rb
ox-2.1.2 lib/ox/comment.rb
ox-2.1.1 lib/ox/comment.rb
ox-2.1.0 lib/ox/comment.rb
ox-2.0.12 lib/ox/comment.rb
ox-2.0.11 lib/ox/comment.rb
ox-2.0.9 lib/ox/comment.rb
ox-2.0.8 lib/ox/comment.rb
ox-2.0.7 lib/ox/comment.rb
ox-2.0.6 lib/ox/comment.rb
ox-2.0.5 lib/ox/comment.rb
ox-2.0.4 lib/ox/comment.rb
ox-2.0.3 lib/ox/comment.rb