Class: Aigu::CoreExporter

Inherits:
Exporter show all
Defined in:
lib/aigu/core_exporter.rb

Constant Summary collapse

ENUM_LINE_REGEX =
/^\s*(?<key>\w+)\s?\("(?<value_en>.*)",\s?"(?<value_fr>.*)"\)[,;]?\s$/

Method Summary

Methods inherited from Exporter

#initialize, #process!

Constructor Details

This class inherits a constructor from Aigu::Exporter