# File lib/daemons.rb, line 242
  def call(options = {}, &block)
    new_app = Daemons.new(options, &block)
    new_app.start
    new_app
  end