HCL::Parser
Constructors
Initialize parser for a given HCL source
offset: optionally be specified to start parsing at a particular offset io: optionally be specified to tracing the parsing path: specify path for parse exceptions
Class methods
parse!(*args, **kwargs)
Parse and return an HCL::Document for a given HCL source
offset: optionally be specified to start parsing at a particular offset io: optionally be specified to tracing the parsing path: specify path for parse exceptions
Raises HCL::ParseException for any parsing errors
Instance methods
document
Sourcesource
Sourcesource_path
Source