# File lib/roodi/checks/check.rb, line 35
      def position(offset = 0)
        "#{@line[2]}:#{@line[1] + offset}"
      end