Sha256: e24b460e3a6d69e71ae6a93f110d580cbc5a572f052db8422f92f3b38ad1758a
Contents?: true
Size: 392 Bytes
Versions: 9
Compression:
Stored size: 392 Bytes
Contents
module CucumberAnalytics # 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
9 entries across 9 versions & 1 rubygems