# File lib/yard/code_objects/method_object.rb, line 152 def path @path ||= if !namespace || namespace.path == "" sep + super else super end end