Module: Flutterby::Node::Paths

Included in:
Flutterby::Node
Defined in:
lib/flutterby/node.rb

Instance Method Summary collapse

Instance Method Details

#urlObject

Returns the node’s URL.



32
33
34
# File 'lib/flutterby/node.rb', line 32

def url
  ::File.join(parent ? parent.url : "/", full_name)
end