module T::CompatibilityPatches::MethodExtensions
def source_location
def source_location sig = T::Private::Methods.signature_for_method(self) sig ? sig.method.source_location : super end
def source_location sig = T::Private::Methods.signature_for_method(self) sig ? sig.method.source_location : super end