Method: ROM::DataProxy::ClassMethods#row_proc

Defined in:
lib/rom/support/data_proxy.rb

#row_procProc

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Default no-op tuple proc

Returns:

  • (Proc)


62
63
64
# File 'lib/rom/support/data_proxy.rb', line 62

def row_proc
  -> tuple { tuple }
end