# File lib/binding_of_caller/mri2.rb, line 54
    def frame_description
      return nil if !@iseq
      @frame_description ||= @iseq.label
    end