Sha256: c67fa7fe2d29178d4c6867badad868221099281c897b602d03072801e908ce9c
Contents?: true
Size: 154 Bytes
Versions: 22
Compression:
Stored size: 154 Bytes
Contents
# frozen_string_literal: true module CloudCannonJekyll class PageWithoutAFile < Jekyll::Page def read_yaml(*) @data ||= {} end end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
cloudcannon-jekyll-0.0.4 | lib/cloudcannon-jekyll/page-without-a-file.rb |
cloudcannon-jekyll-0.0.1 | lib/cloudcannon-jekyll/page-without-a-file.rb |