Flowdock
method

install_files

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: Installer
install_files(list, dest, mode) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.