Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / jruby / lib / ruby / shared / ant / rake.rb

def ant_task(*args, &block)
  task(*args) do |t|
    ant.define_tasks(&block)
  end
end

class FileList
  def to_str
    join(',')
  end
end