Sha256: 394f6b2ce270ffbc6f9b6282f5e5e1c6d09a9f29bb09f939a7a3b236958f1bc6
Contents?: true
Size: 334 Bytes
Versions: 18
Compression:
Stored size: 334 Bytes
Contents
# -*- encoding: utf-8 -*- require 'webgen/path_handler/base' module Webgen class PathHandler # Path handler for directory source paths. Has nothing special to do. class Directory include Base # Create the node for +path+. def create_nodes(path) create_node(path) end end end end
Version data entries
18 entries across 18 versions & 1 rubygems