Sha256: b77a93619a0af96a93d130233cdd33ec8a46a0e1cf762baf90c444e443d48c19
Contents?: true
Size: 416 Bytes
Versions: 707
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true module PWN # This file, using the autoload directive loads SP reports # into memory only when they're needed. For more information, see: # http://www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html module FFI # autoload :Sock, 'pwn/ffi/sock' # Display a List of Every PWN Report public_class_method def self.help constants.sort end end end
Version data entries
707 entries across 707 versions & 1 rubygems