class Solargraph::Pin::Namespace

def to_rbs

def to_rbs
  "#{@type.to_s} #{return_type.all_params.first.to_rbs}#{rbs_generics}".strip
end