aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/libxml.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-21 18:44:00 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-21 18:44:00 -0700
commit2133044fec1e405648679779d51d2b74ce840f6c (patch)
treed0240f3c5a8f72fc3c017c210b23c2f7de2a9391 /activesupport/lib/active_support/xml_mini/libxml.rb
parentbca510cec23aff4c147f2ab5c30de930f120d84b (diff)
downloadrails-2133044fec1e405648679779d51d2b74ce840f6c.tar.gz
rails-2133044fec1e405648679779d51d2b74ce840f6c.tar.bz2
rails-2133044fec1e405648679779d51d2b74ce840f6c.zip
Hide XmlMini backend details from rdoc
Diffstat (limited to 'activesupport/lib/active_support/xml_mini/libxml.rb')
-rw-r--r--activesupport/lib/active_support/xml_mini/libxml.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/lib/active_support/xml_mini/libxml.rb b/activesupport/lib/active_support/xml_mini/libxml.rb
index 3586b24a6b..370205409a 100644
--- a/activesupport/lib/active_support/xml_mini/libxml.rb
+++ b/activesupport/lib/active_support/xml_mini/libxml.rb
@@ -21,15 +21,15 @@ module ActiveSupport
end
end
-module LibXML
- module Conversions
- module Document
+module LibXML #:nodoc:
+ module Conversions #:nodoc:
+ module Document #:nodoc:
def to_hash
root.to_hash
end
end
- module Node
+ module Node #:nodoc:
CONTENT_ROOT = '__content__'
LIB_XML_LIMIT = 30000000 # Hardcoded LibXML limit