Class: Jekyll::PageWithoutAFile

Inherits:
Page
  • Object
show all
Defined in:
lib/jekyll/page_without_a_file.rb

Instance Method Summary collapse

Instance Method Details

#read_yamlObject



3
4
5
# File 'lib/jekyll/page_without_a_file.rb', line 3

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