method

add_path

ruby latest stable - Class: Gem::Commands::EnvironmentCommand
add_path(out, path)
public

No documentation available.

# File lib/rubygems/commands/environment_command.rb, line 100
  def add_path out, path
    path.each do |component|
      out << "     - #{component}\n"
    end
  end