module Solargraph::Pin::YardPin::YardMixin
def comments_from code_object
def comments_from code_object return nil if code_object.docstring.nil? code_object.docstring.all end
def comments_from code_object return nil if code_object.docstring.nil? code_object.docstring.all end