Sha256: 4a9f3ef97d71ea16948c2b58ad00ab81e89ffb2f2e46e1a014d90c1e5bbd11d1
Contents?: true
Size: 520 Bytes
Versions: 4
Compression:
Stored size: 520 Bytes
Contents
module CukeModeler # @api private # # A mix-in module containing methods used by models that are parsed from # source text. Internal helper class. module Parsed # @api # # The parsing data for this element that was generated by # the parsing engine (i.e. the *cucumber-gherkin* gem) attr_accessor :parsing_data private def populate_parsing_data(parsed_model_data) @parsing_data = parsed_model_data['cuke_modeler_parsing_data'] end end end
Version data entries
4 entries across 4 versions & 1 rubygems