Sha256: fd83df10649e2bb35ce79873c8d625ef5603e72d281b13bbcde59798e49be427
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
module CukeModeler # A mix-in module containing methods used by elements that store their # underlying implementation module Raw # The raw representation of the element (i.e. the output of the gherkin gem) attr_accessor :raw_element private def populate_raw_element(parsed_element) @raw_element = parsed_element['cuke_modeler_raw_adapter_output'] end end end
Version data entries
5 entries across 5 versions & 1 rubygems