class Pastenum::Pastee

Public Class Methods

new(dork) click to toggle source
Calls superclass method Pastenum::Target::new
# File lib/pastenum/targets/pastee.rb, line 12
def initialize(dork)
  @dork = dork
  @vendor = "https://pastee.org"

  super
end

Public Instance Methods