# File lib/core/facets/dir/recurse.rb, line 30
  def self.ls_r(path='.', &block)
    recurse(path, &block)
  end