12 lines
156 B
Ruby
12 lines
156 B
Ruby
# encoding: UTF-8
|
|
|
|
class WpTimthumb < WpItem
|
|
module Output
|
|
|
|
def output(verbose = false)
|
|
puts ' | ' + red('[!]') + " #{self}"
|
|
end
|
|
|
|
end
|
|
end
|