# File lib/core/facets/array/recursively.rb, line 21
  def recursively(*types, &block)
    Recursor.new(self, *types, &block)
  end