Module: HasharayExt::Interface

Included in:
Array, Hash
Defined in:
lib/hasharay_ext.rb

Instance Method Summary collapse

Instance Method Details

#fpath!(path, separator: ".", default: nil) ⇒ Object Also known as: fetch_path!



10
11
12
# File 'lib/hasharay_ext.rb', line 10

def fpath!(path, separator: ".", default: nil)
  fpath(path, strict: true, separator: separator, default: default)
end