# File lib/amazon.rb, line 33 def Amazon.dprintf(format, *args) $stderr.printf(format, *args) if $DEBUG end