# File lib/pry/method.rb, line 473
    def comment
      Pry::Code.from_file(source_file).comment_describing(source_line)
    end