Sha256: 20391372fd465cae37cbac78cd0510bcbd12549229df246cd90207b641cf9295

Contents?: true

Size: 136 Bytes

Versions: 6

Compression:

Stored size: 136 Bytes

Contents

# frozen_string_literal: true

module CXML
  class Comments < DocumentNode
    accessible_attributes %i[
      xml_lang
    ]
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cxml-ruby-0.8.2 lib/cxml/comment.rb
cxml-ruby-0.8.1 lib/cxml/comment.rb
cxml-ruby-0.8.0 lib/cxml/comment.rb
cxml-ruby-0.7.0 lib/cxml/comment.rb
cxml-ruby-0.6.1 lib/cxml/comment.rb
cxml-ruby-0.6.0 lib/cxml/comment.rb