Method: RBS::Types::UntypedFunction#==
- Defined in:
- lib/rbs/types.rb
#==(other) ⇒ Object Also known as: eql?
1295 1296 1297 |
# File 'lib/rbs/types.rb', line 1295 def ==(other) other.is_a?(UntypedFunction) && other.return_type == return_type end |