# File lib/yard/parser/ruby/legacy/statement.rb, line 13
      def initialize(tokens, block = nil, comments = nil)
        @tokens = tokens
        @block  = block
        @comments = comments
        @comments_hash_flag = false
      end