Module
GetText::ErbParser
In:
lib/gettext/parser/erb.rb
Methods
init
Public Instance methods
init
(config)
Sets some preferences to parse ERB files.
config: a Hash of the config. It can takes some values below:
:extnames: An Array of target files extension. Default is [".rhtml"].
[Validate]