Sha256: 1ae272a911f430b7c3271ff332cc5df20129856e9a18b31c8c0405984fd39155
Contents?: true
Size: 451 Bytes
Versions: 13
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true module Kitchen # An enumerator for table elements # class SolutionElementEnumerator < ElementEnumeratorBase # Returns a factory for this enumerator # # @return [ElementEnumeratorFactory] # def self.factory ElementEnumeratorFactory.new( default_css_or_xpath: Selector.named(:solution), sub_element_class: Element, enumerator_class: self ) end end end
Version data entries
13 entries across 13 versions & 1 rubygems