verbose output

This commit is contained in:
Christian Mehlmauer
2013-12-08 00:52:07 +01:00
parent 1e1fdee5a7
commit c107422353
9 changed files with 29 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
class WpTimthumb < WpItem
module Output
def output
def output(verbose = false)
puts ' | ' + red('[!]') + " #{self}"
end