class Webgen::PathHandler::Directory

Path handler for directory source paths. Has nothing special to do.

Public Instance Methods

create_nodes(path) click to toggle source

Create the node for path.

   # File lib/webgen/path_handler/directory.rb
13 def create_nodes(path)
14   create_node(path)
15 end