Class: Jekyll::Graph::PageWithoutAFile

Inherits:
Page
  • Object
show all
Defined in:
lib/jekyll-graph/patch/page.rb

Instance Method Summary collapse

Instance Method Details

#read_yamlObject

rubocop:disable Naming/MemoizedInstanceVariableName



9
10
11
# File 'lib/jekyll-graph/patch/page.rb', line 9

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