Method: Pastebin#initialize

Defined in:
lib/pastebin.rb

#initialize(options) ⇒ Pastebin

The only option required is ‘paste_code’, which holds your string.



11
12
13
14
# File 'lib/pastebin.rb', line 11

def initialize(options)
    @options = options
    @options["api_dev_key"] = DEVKEY
end