class Pastenum::Pastie

Public Class Methods

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

  super
end

Public Instance Methods