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