module CukeModeler::Parsed

NOT A PART OF THE PUBLIC API A mix-in module containing methods used by models that are parsed from source text.

Attributes

parsing_data[RW]

The parsing data for this element that was generated by the parsing engine (i.e. the gherkin gem)

Private Instance Methods

populate_parsing_data(model, parsed_model_data) click to toggle source
# File lib/cuke_modeler/parsed.rb, line 14
def populate_parsing_data(model, parsed_model_data)
  model.parsing_data = parsed_model_data['cuke_modeler_parsing_data']
end