aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/ordered_options.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-16 22:31:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-16 22:31:55 +0000
commite906ec7f3601544b403958226f7e167a81d3fea4 (patch)
treee5bbeed56e76c97ebbd6fffc81b8c4ef86aafc79 /activesupport/lib/active_support/ordered_options.rb
parentf4aaa26eb30f040925c0f982387295d454fde606 (diff)
downloadrails-e906ec7f3601544b403958226f7e167a81d3fea4.tar.gz
rails-e906ec7f3601544b403958226f7e167a81d3fea4.tar.bz2
rails-e906ec7f3601544b403958226f7e167a81d3fea4.zip
Dont include unnecessary active support classes in docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2661 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/ordered_options.rb')
-rw-r--r--activesupport/lib/active_support/ordered_options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/ordered_options.rb b/activesupport/lib/active_support/ordered_options.rb
index 5cd7fdadd7..ed5d4d3167 100644
--- a/activesupport/lib/active_support/ordered_options.rb
+++ b/activesupport/lib/active_support/ordered_options.rb
@@ -1,4 +1,4 @@
-class OrderedOptions < Array
+class OrderedOptions < Array #:nodoc:
def []=(key, value)
key = key.to_sym