method
dig
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::OrderedOptions
dig(key, *identifiers)public
No documentation available.
# File activesupport/lib/active_support/ordered_options.rb, line 45
def dig(key, *identifiers)
super(key.to_sym, *identifiers)
end