class CloudCannonJekyll::PageWithoutAFile

Utility class to help generate files with no source file

Public Instance Methods

read_yaml(*) click to toggle source
# File lib/cloudcannon-jekyll/page-without-a-file.rb, line 6
def read_yaml(*)
  @data ||= {}
end