class JekyllRedirectFrom::PageWithoutAFile

Public Instance Methods

read_yaml(*) click to toggle source
# File lib/jekyll-redirect-from/page_without_a_file.rb, line 5
def read_yaml(*)
  @data ||= {}
end