class YARD::Handlers::RBS::ConstantHandler
Handles RBS constant declarations: βName: Type`
Private Instance Methods
Source
# File lib/yard/handlers/rbs/constant_handler.rb, line 15 def rbs_types(type_str) YARD::Handlers::RBS::MethodHandler.rbs_type_to_yard_types(type_str) end