aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor/xml_simple.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/vendor/xml_simple.rb')
-rw-r--r--actionpack/lib/action_controller/vendor/xml_simple.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/vendor/xml_simple.rb b/actionpack/lib/action_controller/vendor/xml_simple.rb
index 3d8e283b44..e6ce63a839 100644
--- a/actionpack/lib/action_controller/vendor/xml_simple.rb
+++ b/actionpack/lib/action_controller/vendor/xml_simple.rb
@@ -7,14 +7,14 @@
require 'rexml/document'
# Easy API to maintain XML (especially configuration files).
-class XmlSimple
+class XmlSimple #:nodoc:
include REXML
@@VERSION = '1.0.2'
# A simple cache for XML documents that were already transformed
# by xml_in.
- class Cache
+ class Cache #:nodoc:
# Creates and initializes a new Cache object.
def initialize
@mem_share_cache = {}