A virtual node.
Overridden to also match the reference path of the virtual node.
[Source]
# File lib/webgen/plugins/filehandlers/filehandler.rb, line 448 448: def =~( path ) 449: md = /^(#{@path}|#{@node_info[:reference]})(?=#|$)/ =~ path 450: ( md ? $& : nil ) 451: end
[Validate]