Method: Docter::Collection#using

Defined in:
lib/docter/collection.rb

#using(toc) ⇒ Object

:call-seq:

using(toc) => self

Specifies the ToC to use. You can load an exiting ToC object, or specify a filename containing the ToC.



108
109
110
111
# File 'lib/docter/collection.rb', line 108

def using(toc)
  self.toc = toc
  self
end