Method: Docter::Template#exclude

Defined in:
lib/docter/template.rb

#exclude(*paths) ⇒ Object

:call-seq:

exclude(*paths) => self

Excludes files or directories from the generated output.



127
128
129
130
# File 'lib/docter/template.rb', line 127

def exclude(*paths)
  @sources.exclude *paths.flatten
  self
end