Sha256: d41771459390aa1d9f0372411ebb11d7b6c843741f0ee10856fb61461ea10e7c
Contents?: true
Size: 177 Bytes
Versions: 30
Compression:
Stored size: 177 Bytes
Contents
# frozen_string_literal: true @solution2 = Kitchen::Recipe.new do |doc| doc.search('div').first.name = 'h1' doc.search('span').first.replace_children(with: 'World!') end
Version data entries
30 entries across 30 versions & 1 rubygems