Sha256: b8d310f33d3a695a98b0bb88b104fc80283d3d54cb4aa676d5841dd75f8d67b9
Contents?: true
Size: 258 Bytes
Versions: 14
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true module Kitchen::Directions::SolutionAreaSnippet def self.v1(title:, solutions_clipboard:) <<~HTML <div class="os-solution-area"> #{title} #{solutions_clipboard.paste} </div> HTML end end
Version data entries
14 entries across 14 versions & 1 rubygems