module T::Private::Methods

def self.signature_for_method(method)

Returns:
  • (T::Private::Methods::Signature) -

Parameters:
  • method (UnboundMethod) --
def self.signature_for_method(method)
  signature_for_key(method_to_key(method))
end