Module: ROM::EnumerableDataset
- Extended by:
- DataProxy::ClassMethods
- Includes:
- Enumerable
- Included in:
- ArrayDataset
- Defined in:
- core/lib/rom/enumerable_dataset.rb
Overview
A helper module that adds data-proxy behavior to an enumerable object
This module is intended to be used by gateways
Class that includes this module can define row_proc
class method which
must return a proc-like object which will be used to process each element
in the enumerable
Class Method Summary collapse
-
.forward(*methods) ⇒ undefined
extended
from DataProxy::ClassMethods
Forward provided methods to the underlaying data object.
Class Method Details
.forward(*methods) ⇒ undefined Originally defined in module DataProxy::ClassMethods
Forward provided methods to the underlaying data object