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