Libraries
»
rbs
(3.7.0)
»
Index
»
RBS
»
Types
»
UntypedFunction
»
#sub
Method: RBS::Types::UntypedFunction#sub
Defined in:
lib/rbs/types.rb
#
sub
(subst) ⇒
Object
1259 1260 1261
# File 'lib/rbs/types.rb', line 1259
def
sub
(
subst
)
map_type
{
_1
.
sub
(
subst
)
}
end