Method: T::CompatibilityPatches::MethodExtensions#source_location
- Defined in:
- lib/types/compatibility_patches.rb
#source_location ⇒ Object
84 85 86 87 |
# File 'lib/types/compatibility_patches.rb', line 84 def source_location sig = T::Private::Methods.signature_for_method(self) sig ? sig.method.source_location : super end |