Class: Array

Inherits:
Object show all
Defined in:
lib/dorian/to_struct.rb

Instance Method Summary collapse

Instance Method Details

#to_deep_structObject



6
7
8
# File 'lib/dorian/to_struct.rb', line 6

def to_deep_struct
  map(&:to_deep_struct)
end

#to_structObject



2
3
4
# File 'lib/dorian/to_struct.rb', line 2

def to_struct
  map(&:to_struct)
end