Class: Arachni::Report::FormatterManager

Inherits:
Component::Manager show all
Defined in:
lib/arachni/report/base.rb

Constant Summary

Constants inherited from Component::Manager

Component::Manager::EXCLUDE, Component::Manager::WILDCARD

Instance Attribute Summary

Attributes inherited from Component::Manager

#lib, #namespace

Instance Method Summary collapse

Methods inherited from Component::Manager

#[], #available, #clear, #delete, #include?, #initialize, #load, #load_all, #load_by_tags, #loaded, #name_to_path, #parse, #path_to_name, #prep_opts

Methods included from UI::Output

#debug?, #debug_off, #debug_on, #disable_only_positives, #error_logfile, #flush_buffer, #log_error, #mute, #muted?, old_reset_output_options, #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?, reset_output_options, #set_buffer_cap, #set_error_logfile, #uncap_buffer, #unmute, #verbose, #verbose?

Methods inherited from Hash

#downcase, #find_symbol_keys_recursively, #recode, #stringify_keys, #symbolize_keys

Constructor Details

This class inherits a constructor from Arachni::Component::Manager

Instance Method Details

#pathsObject



62
63
64
# File 'lib/arachni/report/base.rb', line 62

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