# File lib/facebooker/rails/helpers.rb, line 603 def swapkey!( newkey, oldkey ) self[newkey] = self.delete(oldkey) if self.has_key?(oldkey) self end