method
collect_filenames_auto
rails latest stable - Class:
Installer
collect_filenames_auto()public
No documentation available.
# File actionwebservice/setup.rb, line 1240
def collect_filenames_auto
mapdir((existfiles() - hookfiles()).reject {|fname|
REJECT_PATTERNS =~ fname
})
end