Sha256: 5aa9c16ea182b38a903d63ddea5fba136e1f9191296a3b373d4876713bb2ce7b
Contents?: true
Size: 352 Bytes
Versions: 8
Compression:
Stored size: 352 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2020-2022, by Samuel Williams. prepend Actions on 'index' do @base = Utopia::Project::Base.instance if @document = @base.readme_document @document.replace_section("Usage") do |header| header.insert_after(@document.html_node("<content:usage/>")) end end end
Version data entries
8 entries across 8 versions & 1 rubygems