Merge pull request #6635 from ashmaroli/page-inspect-patch

Correct custom inspect string for Jekyll::Page
This commit is contained in:
Frank Taillandier
2018-01-02 11:23:49 +01:00
committed by GitHub

View File

@@ -163,7 +163,7 @@ module Jekyll
# Returns the object as a debug String.
def inspect
"#<Jekyll:Page @name=#{name.inspect}>"
"#<Jekyll::Page @name=#{name.inspect}>"
end
# Returns the Boolean of whether this Page is HTML or not.