class KramdownRFC::KDRFC

def run_idnits(*args)

def run_idnits(*args)
  if @options.remote
    run_idnits_remotely(*args)
  else
    run_idnits_locally(*args)
  end
end