Class: ROM::YAML::Dataset

Inherits:
Memory::Dataset
  • Object
show all
Defined in:
lib/rom/yaml/dataset.rb

Overview

YAML in-memory dataset used by YAML gateways

Class Method Summary collapse

Class Method Details

.row_procObject

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