method

install_files

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.

install_files(list, dest, mode)
public

No documentation available.

# File actionwebservice/setup.rb, line 1209
  def install_files(list, dest, mode)
    mkdir_p dest, @options['install-prefix']
    list.each do |fname|
      install fname, dest, mode, @options['install-prefix']
    end
  end