# File lib/RMagick.rb, line 1073 def [](*args) if (args.length > 1) || args[0].kind_of?(Range) self.class.new.replace super else super end end