Class: RemoteTable::Transform

Inherits:
Object
  • Object
show all
Defined in:
lib/remote_table.rb

Overview

Legacy

Class Method Summary collapse

Class Method Details

.row_hash(row) ⇒ Object



24
25
26
# File 'lib/remote_table.rb', line 24

def self.row_hash(row)
  ::RemoteTable.hasher.hash row
end