Class: Webgen::PathHandler::Directory
- Inherits:
-
Object
- Object
- Webgen::PathHandler::Directory
- Includes:
- Base
- Defined in:
- lib/webgen/path_handler/directory.rb
Overview
Path handler for directory source paths. Has nothing special to do.
Constant Summary
Constants included from Base
Base::DEST_PATH_PARENT_SEGMENTS, Base::DEST_PATH_SEGMENTS
Instance Method Summary collapse
-
#create_nodes(path) ⇒ Object
Create the node for
path
.
Methods included from Base
#initialize, #parse_meta_info!
Instance Method Details
#create_nodes(path) ⇒ Object
Create the node for path
.
14 15 16 |
# File 'lib/webgen/path_handler/directory.rb', line 14 def create_nodes(path) create_node(path) end |