class Object
our implementation of tap for switchable output
Public Instance Methods
output() { |self| ... }
click to toggle source
# File lib/awful.rb, line 11 def output yield self unless $awful_quiet self end