Class: Jekyll::Post

Inherits:
Object
  • Object
show all
Defined in:
lib/dextery/template/_plugins/debug.rb

Overview

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.

Instance Method Summary collapse

Instance Method Details

#inspectObject



14
15
16
# File 'lib/dextery/template/_plugins/debug.rb', line 14

def inspect
  "#Jekyll:Post @id=#{self.id.inspect}"
end