Method: Zafu::Parser#descendant

Defined in:
lib/zafu/parser.rb

#descendant(key) ⇒ Object

Return the last defined descendant for the given key.



448
449
450
# File 'lib/zafu/parser.rb', line 448

def descendant(key)
  descendants(key).last
end