Module: PWN::Bounty
- Defined in:
- lib/pwn/bounty.rb,
lib/pwn/bounty/lifecycle_authz_replay.rb
Overview
This file, using the autoload directive loads Bounty modules into memory only when they're needed. For more information, see: http://www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html
Defined Under Namespace
Modules: LifecycleAuthzReplay
Class Method Summary collapse
-
.authors ⇒ Object
- Author(s)
0day Inc.
- .help ⇒ Object
Class Method Details
.authors ⇒ Object
- Author(s)
0day Inc. [email protected]
14 15 16 |
# File 'lib/pwn/bounty.rb', line 14 public_class_method def self. "AUTHOR(S):\n 0day Inc. <[email protected]>\n" end |
.help ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/pwn/bounty.rb', line 18 public_class_method def self.help puts "USAGE: # Display a List of Every PWN::Bounty Module #{self}.authors " constants.sort end |