Class: Jekyll::Graph::PageWithoutAFile
- Inherits:
-
Page
- Object
- Page
- Jekyll::Graph::PageWithoutAFile
- Defined in:
- lib/jekyll-graph/patch/page.rb
Instance Method Summary collapse
-
#read_yaml ⇒ Object
rubocop:disable Naming/MemoizedInstanceVariableName.
Instance Method Details
#read_yaml ⇒ Object
rubocop:disable Naming/MemoizedInstanceVariableName
9 10 11 |
# File 'lib/jekyll-graph/patch/page.rb', line 9 def read_yaml(*) @data ||= {} end |