Method: Webgen::PathHandler#current_dest_node
- Defined in:
- lib/webgen/path_handler.rb
#current_dest_node ⇒ Object (readonly)
The destination node if one is currently written (only during the invocation of #write_tree) or nil otherwise.
131 132 133 |
# File 'lib/webgen/path_handler.rb', line 131 def current_dest_node @current_dest_node end |