class Pastenum::Pastebin

Public Class Methods

new(dork) click to toggle source
Calls superclass method Pastenum::Target::new
# File lib/pastenum/targets/pastebin.rb, line 5
def initialize(dork)
  @dork = dork
  @vendor = "pastebin.com"
  @raw_url = "http://pastebin.com/raw.php?i="
  
  super
end

Public Instance Methods