method

print_usage

rails latest stable - Class: ToplevelInstallerMulti

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.

print_usage(f)
public

No documentation available.

# File actionwebservice/setup.rb, line 969
  def print_usage(f)
    super
    f.puts 'Inluded packages:'
    f.puts '  ' + @packages.sort.join(' ')
    f.puts
  end