Flowdock
method

map_dirs

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: Driver
map_dirs(file_name) public

No documentation

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

Hide source
# File lib/rdoc/ri/driver.rb, line 553
  def map_dirs(file_name)
    @doc_dirs.map { |dir| yield File.join(dir, file_name) }.flatten.compact
  end
Register or log in to add new notes.