minor: test fix

This commit is contained in:
Kyle Banker 2010-10-13 18:27:19 -04:00
parent d1a0f90b5e
commit dfaa82f5d1
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ module ActiveSupport
def stringify_keys!; self end
def stringify_keys; dup end
undef :symbolize_keys!
def symbolize_keys; to_hash.symbolize_keys end
def to_options!; self end