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


5
6
7
# File 'lib/jekyll/page_without_a_file.rb', line 5

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