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