method

collect_filenames_auto

rails latest stable - Class: Installer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

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