Merge pull request #6635 from ashmaroli/page-inspect-patch
Correct custom inspect string for Jekyll::Page
This commit is contained in:
commit
f49431ab85
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue