public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
fixed typo: extra word
granth (author)
Sat May 31 09:44:17 -0700 2008
lifo (committer)
Mon Jun 02 04:25:51 -0700 2008
commit  ad3c97cea6dd0714652db7d9b5b4d06b81e5c035
tree    9d92421e794188fc62d5d014c4e454c3f7356bd0
parent  b6e529ef62596e950ff775ce1d0f51fb16643cad
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ module ActiveSupport #:nodoc:
0
           reject { |key,| rejected.include?(key) }
0
         end
0
 
0
- # Replaces the hash without only the given keys.
0
+ # Replaces the hash without the given keys.
0
         def except!(*keys)
0
           replace(except(*keys))
0
         end

Comments

    No one has commented yet.