correct custom inspect string for Jekyll::Page

This commit is contained in:
Ashwin Maroli 2017-12-16 07:33:20 +05:30
parent ff2795f98b
commit 94f74ff4ec
1 changed files with 1 additions and 1 deletions

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.