module Dradis::Plugins::Thor
Public Class Methods
Source
# File lib/dradis/plugins/thor.rb, line 4 def self.included(base) base.extend(ClassMethods) base.class_eval do # Keep track of any templates the plugin defines paths['dradis/thorfiles'] = 'lib/tasks' end end