Flowdock
method

srcdirectories

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: HookScriptAPI
srcdirectories(path = '.') public

No documentation

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

Hide source
# File actionwebservice/setup.rb, line 668
  def srcdirectories(path = '.')
    srcentries(path).select {|fname|
      File.dir?(File.join(curr_srcdir(), path, fname))
    }
  end
Register or log in to add new notes.