aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/libxml.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-07 01:04:14 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-07 01:04:14 +0530
commit7c90d91c3c43bdbba25d38589aed0e2940af3bc8 (patch)
tree5fd756835ebd41371c678e8804675ed287a9d3ae /activesupport/lib/active_support/xml_mini/libxml.rb
parentf3a3203b00438c7c2782ad6a914a73f96dec95f7 (diff)
downloadrails-7c90d91c3c43bdbba25d38589aed0e2940af3bc8.tar.gz
rails-7c90d91c3c43bdbba25d38589aed0e2940af3bc8.tar.bz2
rails-7c90d91c3c43bdbba25d38589aed0e2940af3bc8.zip
Clean up module docs [ci skip]
Removed some useless docstrings and no-doc'ed some.
Diffstat (limited to 'activesupport/lib/active_support/xml_mini/libxml.rb')
-rw-r--r--activesupport/lib/active_support/xml_mini/libxml.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini/libxml.rb b/activesupport/lib/active_support/xml_mini/libxml.rb
index 16570c6aea..26556598fd 100644
--- a/activesupport/lib/active_support/xml_mini/libxml.rb
+++ b/activesupport/lib/active_support/xml_mini/libxml.rb
@@ -2,7 +2,6 @@ require 'libxml'
require 'active_support/core_ext/object/blank'
require 'stringio'
-# = XmlMini LibXML implementation
module ActiveSupport
module XmlMini_LibXML #:nodoc:
extend self