Module: JSONSelect::DepthHelpers

Defined in:
lib/json_select/helpers/depth.rb

Instance Method Summary collapse

Instance Method Details

#is_root(object, test, key, idx, size, depth) ⇒ Object



3
4
5
# File 'lib/json_select/helpers/depth.rb', line 3

def is_root(object, test, key, idx, size, depth)
  depth == 0
end