class YARD::Handlers::RBS::ConstantHandler

Handles RBS constant declarations: ‘Name: Type`

Private Instance Methods

rbs_types(type_str) click to toggle 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