module Solargraph::Pin::YardPin::YardMixin

def comments

def comments
  @comments ||= code_object.docstring ? code_object.docstring.all : ''
end