Class: ROM::YAML::Dataset
- Inherits:
-
Memory::Dataset
- Object
- Memory::Dataset
- ROM::YAML::Dataset
- Defined in:
- lib/rom/yaml/dataset.rb
Overview
YAML in-memory dataset used by YAML gateways
Class Method Summary collapse
-
.row_proc ⇒ Object
private
Data-row transformation proc.
Class Method Details
.row_proc ⇒ Object
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.
Data-row transformation proc
12 13 14 |
# File 'lib/rom/yaml/dataset.rb', line 12 def self.row_proc Transforms[:deep_symbolize_keys] end |