class Metanorma::Utils::LineStatus

def initialize

def initialize
  # process as passthrough: init = true until hit end of document header
  @pass = true
  @delim = false
  @pass_delim = false
  @delimln = ""
end