DEBSOURCES
Skip Quicknav
sources / ruby-jekyll-feed / 0.17.0-1 / lib / jekyll-feed / page-without-a-file.rb
123456789
# frozen_string_literal: true module JekyllFeed class PageWithoutAFile < Jekyll::Page def read_yaml(*) @data ||= {} end end end