# File lib/facets/core/enumerable/where.rb, line 7
  def where(&block)
    self.select{|x| x.instance_eval(&block) }
  end