Sha256: e13be30127942713d84fa7885961a653865cac0d80a02d5dff4790b67481a9e9
Contents?: true
Size: 286 Bytes
Versions: 13
Compression:
Stored size: 286 Bytes
Contents
module CukeModeler # 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
13 entries across 13 versions & 1 rubygems