# File lib/yard/code_objects/base.rb, line 347 def docstring value = case @docstring when Proxy Docstring.new("", self) when Base @docstring.docstring else @docstring end @docstring_extra ? value + @docstring_extra : value end