Method: Dynamoid::Dumping::SetDumper#process
- Defined in:
- lib/dynamoid/dumping.rb
#process(set) ⇒ Object
71 72 73 74 75 76 77 |
# File 'lib/dynamoid/dumping.rb', line 71 def process(set) if .key?(:of) process_typed_collection(set) else set end end |