# File lib/zfstools.rb, line 8 def select!(&block) return to_enum(:select!) unless block_given? reject!{|key, value| ! yield key, value} end