# encoding: UTF-8 class WpTimthumb < WpItem module Output def output puts ' | ' + red('[!]') + " #{url}" end end end