Sha256: 9b18b361a536475d6bea661ebc8bd5ff58bd53c068840c39badcb09ba812c9df

Contents?: true

Size: 155 Bytes

Versions: 4

Compression:

Stored size: 155 Bytes

Contents

# frozen_string_literal: true

module JekyllRedirectFrom
  class PageWithoutAFile < Jekyll::Page
    def read_yaml(*)
      @data ||= {}
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-redirect-from-0.16.0 lib/jekyll-redirect-from/page_without_a_file.rb
jekyll-redirect-from-0.15.0 lib/jekyll-redirect-from/page_without_a_file.rb
jekyll-redirect-from-0.14.0 lib/jekyll-redirect-from/page_without_a_file.rb
jekyll-redirect-from-0.13.0 lib/jekyll-redirect-from/page_without_a_file.rb