class JekyllJsonFeed::PageWithoutAFile

Public Instance Methods

read_yaml(*) click to toggle source
# File lib/jekyll-json-feed/page-without-a-file.rb, line 3
def read_yaml(*)
  @data ||= {}
end