method

check_install_dir

check_install_dir()
public

No documentation available.

# File lib/rubygems/commands/install_command.rb, line 172
  def check_install_dir # :nodoc:
    if options[:install_dir] and options[:user_install] then
      alert_error "Use --install-dir or --user-install but not both"
      terminate_interaction 1
    end
  end