# File lib/celerity/elements/table_elements.rb, line 14 def [](index) assert_exists TableRow.new(self, :object, @rows[index - Celerity.index_offset]) end