# File setup.rb, line 743
  def ruby_scripts
    collect_filenames_auto().select {|n| /\.rb\z/ =~ n }
  end