# File lib/RMagick.rb, line 1470 def inspect ins = '[' each {|image| ins << image.inspect << "\n"} ins.chomp("\n") + "]\nscene=#{@scene}" end