67 68 69
# File 'lib/tabledata/row.rb', line 67 def values_at(*columns) columns.map { |column| at(column) } end