module Jekyll::Filters

def inspect(input)

Returns a String representation of the object.

input - The Object to be converted

Convert an object into its String representation for debugging
def inspect(input)
  xml_escape(input.inspect)
end