# File lib/ramaze/snippets/ramaze/dictionary.rb, line 296
    def reject!( &block )
      hsh2 = reject(&block)
      self == hsh2 ? nil : hsh2
    end