Class: Arachni::UI::Web::AddonManager::RestrictedComponentManager

Inherits:
ComponentManager show all
Defined in:
lib/arachni/ui/web/addon_manager.rb

Constant Summary

Constants inherited from ComponentManager

ComponentManager::EXCLUDE, ComponentManager::WILDCARD

Instance Method Summary collapse

Methods inherited from ComponentManager

#[], #available, #initialize, #load, #name_to_path, #parse, #path_to_name, #prep_opts, #wilcard_to_names

Methods included from Output

#buffer, #debug!, #debug?, #flush_buffer, #mute!, #muted?, #only_positives!, #only_positives?, #print_bad, #print_debug, #print_debug_backtrace, #print_debug_pp, #print_error, #print_error_backtrace, #print_info, #print_line, #print_ok, #print_status, #print_verbose, #reroute_to_file, #reroute_to_file?, #uncap_buffer!, #unmute!, #verbose!, #verbose?

Constructor Details

This class inherits a constructor from Arachni::ComponentManager

Instance Method Details

#pathsObject



168
169
170
171
# File 'lib/arachni/ui/web/addon_manager.rb', line 168

def paths
    cpaths = paths = Dir.glob( File.join( "#{@lib}", "*.rb" ) )
    return paths.reject { |path| helper?( path ) }
end