# File lib/method_source/source_location.rb, line 64
        def source_location
          [block.file.to_s, block.line]
        end