Flowdock
find(dirs=%w(app lib test)) public

No documentation

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

Hide source
# File railties/lib/source_annotation_extractor.rb, line 21
  def find(dirs=%w(app lib test))
    dirs.inject({}) { |h, dir| h.update(find_in(dir)) }
  end
Register or log in to add new notes.