Method: TreeHash#next_sibling

Defined in:
lib/bblib/core/classes/tree_hash.rb

#next_siblingObject



315
316
317
# File 'lib/bblib/core/classes/tree_hash.rb', line 315

def next_sibling
  sibling(1)
end