Method: RBS::Types::UntypedFunction#initialize

Defined in:
lib/rbs/types.rb

#initialize(return_type:) ⇒ UntypedFunction

Returns a new instance of UntypedFunction.



1215
1216
1217
# File 'lib/rbs/types.rb', line 1215

def initialize(return_type:)
  @return_type = return_type
end