Class: JekyllFeed::PageWithoutAFile
- Inherits:
-
Jekyll::Page
- Object
- Jekyll::Page
- JekyllFeed::PageWithoutAFile
- Defined in:
- lib/jekyll-feed/page-without-a-file.rb
Instance Method Summary collapse
Instance Method Details
#read_yaml ⇒ Object
5 6 7 |
# File 'lib/jekyll-feed/page-without-a-file.rb', line 5 def read_yaml(*) @data ||= {} end |