lib/fn/pdf/struct.rb in fn_document-0.9.3 vs lib/fn/pdf/struct.rb in fn_document-0.9.4

- old
+ new

@@ -26,10 +26,10 @@ end begin # puts "command: #{a.inspect}" if @debug @pdf.send(*a, &b) rescue Exception => e - STDERR.puts("tried calling #{a.shift} with args: #{a.inspect}, state: #{inspect}") + $stderr.puts("tried calling #{a.shift} with args: #{a.inspect}, state: #{inspect}") raise e end end end end \ No newline at end of file