Flowdock
ls() 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/commands/plugin.rb, line 815
  def ls
    @urls_to_fetch.collect do |url|
      open(url) do |stream|
        links("", stream.read)
      end rescue nil
    end.flatten
  end
Register or log in to add new notes.