# File lib/yard/code_objects/base.rb, line 418 def path @path ||= if parent && !parent.root? [parent.path, name.to_s].join(sep) else name.to_s end end