Class: Jekyll::Podcast::FeedPage

Inherits:
Jekyll::Page
  • Object
show all
Defined in:
lib/jekyll/podcast/feed_generator.rb

Overview

Class representing feed page

Instance Method Summary collapse

Instance Method Details

#read_yamlObject



13
14
15
# File 'lib/jekyll/podcast/feed_generator.rb', line 13

def read_yaml(*)
  @data ||= {} # rubocop:disable Naming/MemoizedInstanceVariableName
end