Method: RBS::Types::UntypedFunction#update
- Defined in:
- lib/rbs/types.rb
#update(return_type: self.return_type) ⇒ Object
1267 1268 1269 |
# File 'lib/rbs/types.rb', line 1267 def update(return_type: self.return_type) UntypedFunction.new(return_type: return_type) end |