class Jekyll::Post
Need to overwrite the inspect method here because the original uses < > to encapsulate the psuedo post/page objects in which case the output is taken for HTML tags and hidden from view.
Public Instance Methods
inspect()
click to toggle source
# File lib/dextery/template/_plugins/debug.rb, line 14 def inspect "#Jekyll:Post @id=#{self.id.inspect}" end