Sha256: 275a2693386d5f8d3737aa2176d16ad08f2294095a91b459f8ced4e81d180e1d

Contents?: true

Size: 312 Bytes

Versions: 54

Compression:

Stored size: 312 Bytes

Contents

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

  end # Comment
end # Ox

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
ox-2.5.0 lib/ox/comment.rb
ox-2.4.13 lib/ox/comment.rb
ox-2.4.12 lib/ox/comment.rb
ox-2.4.11 lib/ox/comment.rb
ox-2.4.9 lib/ox/comment.rb
ox-2.4.8 lib/ox/comment.rb
ox-2.4.7 lib/ox/comment.rb
ox-2.4.6 lib/ox/comment.rb
ox-2.4.5 lib/ox/comment.rb
ox-2.4.4 lib/ox/comment.rb
ox-2.4.3 lib/ox/comment.rb
ox-2.4.2 lib/ox/comment.rb
ox-2.4.1 lib/ox/comment.rb
ox-2.4.0 lib/ox/comment.rb