Sha256: b4dace8c2be3cfce7556f7ccde667e215aa0b53ea69600f8a0dcc131565a92c4
Contents?: true
Size: 147 Bytes
Versions: 14
Compression:
Stored size: 147 Bytes
Contents
# frozen_string_literal: true module JekyllFeed class PageWithoutAFile < Jekyll::Page def read_yaml(*) @data ||= {} end end end
Version data entries
14 entries across 14 versions & 3 rubygems