Flowdock
method

add_path

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: EnvironmentCommand
add_path(out, path) public

No documentation

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

Hide source
# File lib/rubygems/commands/environment_command.rb, line 99
  def add_path out, path
    path.each do |component|
      out << "     - #{component}\n"
    end
  end
Register or log in to add new notes.