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.14.14 lib/ox/comment.rb
ox-2.14.13 lib/ox/comment.rb
ox-2.14.12 lib/ox/comment.rb
ox-2.14.11 lib/ox/comment.rb
ox-2.14.10 lib/ox/comment.rb
ox-2.14.9 lib/ox/comment.rb
ox-2.14.8 lib/ox/comment.rb
ox-2.14.7 lib/ox/comment.rb
ox-2.14.6 lib/ox/comment.rb
ox-2.14.5 lib/ox/comment.rb
ox-2.14.4 lib/ox/comment.rb
ox-2.14.3 lib/ox/comment.rb
ox-2.14.2 lib/ox/comment.rb
ox-2.14.1 lib/ox/comment.rb
ox-2.14.0 lib/ox/comment.rb
ox-2.13.4 lib/ox/comment.rb
ox-2.13.3 lib/ox/comment.rb
ox-2.13.2 lib/ox/comment.rb
ox-2.13.1 lib/ox/comment.rb
ox-2.12.1 lib/ox/comment.rb