# File lib/symetrie_com/acts_as_better_nested_set.rb, line 602
        def direct_child_by_id(id, scope = {})
          direct_children_by_id(id, scope).first
        end