From 59ddbdff7db04b2d7f98c1510bb354add4fa15fd Mon Sep 17 00:00:00 2001 From: Grant Hollingworth Date: Sat, 31 May 2008 09:44:17 -0700 Subject: [PATCH] fixed typo: extra word --- .../lib/active_support/core_ext/hash/except.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/activesupport/lib/active_support/core_ext/hash/except.rb b/activesupport/lib/active_support/core_ext/hash/except.rb index 8362cd8..64d6909 100644 --- a/activesupport/lib/active_support/core_ext/hash/except.rb +++ b/activesupport/lib/active_support/core_ext/hash/except.rb @@ -14,7 +14,7 @@ module ActiveSupport #:nodoc: reject { |key,| rejected.include?(key) } end - # Replaces the hash without only the given keys. + # Replaces the hash without the given keys. def except!(*keys) replace(except(*keys)) end -- 1.5.5.1