Class: Jekyll::Podcast::FeedPage
- Inherits:
-
Jekyll::Page
- Object
- Jekyll::Page
- Jekyll::Podcast::FeedPage
- Defined in:
- lib/jekyll/podcast/feed_generator.rb
Overview
Class representing feed page
Instance Method Summary collapse
Instance Method Details
#read_yaml ⇒ Object
13 14 15 |
# File 'lib/jekyll/podcast/feed_generator.rb', line 13 def read_yaml(*) @data ||= {} # rubocop:disable Naming/MemoizedInstanceVariableName end |