# File lib/flickr/base.rb, line 67
def
debug
(
*
args
)
$stderr
.
puts
(
sprintf
(
*
args
))
if
@debug
end