Class: CloudCannonJekyll::PageWithoutAFile

Inherits:
Jekyll::Page
  • Object
show all
Defined in:
lib/cloudcannon-jekyll/page-without-a-file.rb

Overview

Utility class to help generate files with no source file

Instance Method Summary collapse

Instance Method Details

#read_yamlObject



6
7
8
# File 'lib/cloudcannon-jekyll/page-without-a-file.rb', line 6

def read_yaml(*)
  @data ||= {}
end