module Dradis::Plugins::ThorHelper
Helper methods for plugin Thor
tasks
Attributes
Public Instance Methods
Source
# File lib/dradis/plugins/thor_helper.rb, line 7 def detect_and_set_project_scope task_options[:project_id] = Project.new.id end
Private Instance Methods
Source
# File lib/dradis/plugins/thor_helper.rb, line 21 def default_logger STDOUT.sync = true logger = Logger.new(STDOUT) logger.level = Logger::DEBUG logger end