Sha256: 3c4e6edbc11dd4a1f9672c656d2e78124d6c7e328f9509dcda6a0f3aca7091bc
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
module CukeModeler # NOT A PART OF THE PUBLIC API # A mix-in module containing methods used by models that are parsed from source text. module Parsed # The parsing data for this element that was generated by the parsing engine (i.e. the *gherkin* gem) attr_accessor :parsing_data end end
Version data entries
6 entries across 6 versions & 1 rubygems