Sets some preferences to parse ERB files.
@param path [String] eRuby script path to be parsed @param options [Hash]
Parses eRuby script located at `path`.
This is a short cut method. It equals to `new(path, options).parse`.
@return [Array<POEntry>] Extracted messages @see initialize and parse
Extracts messages from @path.
@return [Array<POEntry>] Extracted messages
[Validate]