struct.rb
Path:
lib/dig_rb/struct.rb
Last Update:
Sat Feb 23 07:11:54 +0000 2019
Methods
dig
Public Instance methods
dig
(name, *args)
o.dig(:a, :a, :b, 0) #=> 1 o.dig(:b, 0) #=> nil
[Validate]