Method: RBS::Types::UntypedFunction#has_classish_type?

Defined in:
lib/rbs/types.rb

#has_classish_type?Boolean

Returns:

  • (Boolean)


1279
1280
1281
# File 'lib/rbs/types.rb', line 1279

def has_classish_type?
  return_type.has_classish_type?
end