Class: Jekyll::Document

Inherits:
Object
  • Object
show all
Includes:
CSP
Defined in:
lib/jekyll-csp/hook.rb

Instance Method Summary collapse

Methods included from CSP

#write_file_contents

Instance Method Details

#write(dest) ⇒ Object

Write document contents



10
11
12
13
# File 'lib/jekyll-csp/hook.rb', line 10

def write(dest)
  super dest
  trigger_hooks(:post_write)
end