class Temple::Filters::Debugger
def call(exp)
def call(exp) if options[:debug] puts options[:debug_prefix] if options[:debug_prefix] if options[:debug_pretty] pp exp else p exp end puts end exp end
def call(exp) if options[:debug] puts options[:debug_prefix] if options[:debug_prefix] if options[:debug_pretty] pp exp else p exp end puts end exp end