Sha256: 9de01afc7f24522fb06ce8195feb1d8f0cf6a9f3056be2eb1ce6dede2509b4f9
Contents?: true
Size: 239 Bytes
Versions: 5
Compression:
Stored size: 239 Bytes
Contents
module Gitrob module Jobs class Assessment include SuckerPunch::Job def perform(targets, options) options[:server] = false Gitrob::CLI::Commands::Analyze.new(targets, options) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems