53 54 55
# File 'lib/marktable/row.rb', line 53 def keys @data.is_a?(Hash) ? @data.keys : (0...@data.size).to_a end