Method: Method#type_signature

Defined in:
lib/rtype/core_ext.rb

#type_signatureTypeSignature

Returns:

  • (TypeSignature)


247
248
249
# File 'lib/rtype/core_ext.rb', line 247

def type_signature
	::Rtype.type_signatures[owner][name]
end