# File lib/RMagick.rb, line 1057 def [](*args) rows = Rows.new(@view, @width, @height, args) rows.add_observer(self) return rows end