Update docs
This commit is contained in:
parent
1d05a25b29
commit
f939b2cc41
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ module Nanoc::Extension
|
|||
##
|
||||
# The AnonymousFilter extension adds support for Proc-based
|
||||
# filters. See the Rules file to learn how this module is
|
||||
# added to nanoc.
|
||||
# added to nanoc
|
||||
module AnonymousFilter
|
||||
require "securerandom"
|
||||
##
|
||||
|
|
|
@ -5,7 +5,7 @@ module Nanoc::Extension
|
|||
# The RequireRules extension adds a method that can help
|
||||
# break up the Rules file into multiple separate files.
|
||||
# See the Rules file to learn how this module is added
|
||||
# to nanoc.
|
||||
# to nanoc
|
||||
module RequireRules
|
||||
##
|
||||
# @example
|
||||
|
|
Loading…
Reference in a new issue