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
commit f49431ab85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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