Method: RBS::Types::UntypedFunction#map_type_name
- Defined in:
- lib/rbs/types.rb
#map_type_name(&block) ⇒ Object
1231 1232 1233 1234 1235 |
# File 'lib/rbs/types.rb', line 1231 def map_type_name(&block) UntypedFunction.new( return_type: return_type.map_type_name(&block) ) end |