Sha256: 97187bd717a549a1e786907d5d2308b089aed97a36e0c7dd6d94444d2cf91ba0

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

# frozen_string_literal: true

require "runcom"

module Tocer
  module Configuration
    def self.default
      Runcom::Config.new "#{Identity.name}/configuration.yml",
                         defaults: {
                           label: "## Table of Contents",
                           includes: ["README.md"]
                         }
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tocer-10.0.1 lib/tocer/configuration.rb