correct custom inspect string for Jekyll::Page
This commit is contained in:
parent
ff2795f98b
commit
94f74ff4ec
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue