class YARD::Handlers::RBS::ConstantHandler

Handles RBS constant declarations: ‘Name: Type`
frozen_string_literal: true

def rbs_types(type_str)

def rbs_types(type_str)
  YARD::Handlers::RBS::MethodHandler.rbs_type_to_yard_types(type_str)
end