Sha256: 744f6a75f137d05be81ac999a8bd32bb07d6f19b17f5e6feb6135cedaf2e1960
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 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 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-0.0.2 | lib/cuke_modeler/raw.rb |
cuke_modeler-0.0.1 | lib/cuke_modeler/raw.rb |