# File lib/roodi/core/runner.rb, line 14 def initialize(*checks) @config = default_config @checks = checks unless checks.empty? end