module BrInvoicesPdf module Cfe module Parser module Cpf extend BaseParser module_function def execute(xml) locate_element(xml, 'infCFe/dest/CPF') end end end end end