compact!()
Removes all nil values in place and returns self, or nil if no changes were made.
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 796 def compact! self if @parameters.compact! end