Sha256: f5e6a2b9617854560a97f2b6f01e6178d99ad3e91dbac3a17dca0f9b8d7c0578
Contents?: true
Size: 155 Bytes
Versions: 5
Compression:
Stored size: 155 Bytes
Contents
# frozen_string_literal: true module BridgetownFeed class PageWithoutAFile < Bridgetown::Page def read_yaml(*) @data ||= {} end end end
Version data entries
5 entries across 5 versions & 1 rubygems