class ViewModel::AccessControl::Tree::Node

def root_children_visible_if!(reason, &block)

def root_children_visible_if!(reason, &block)
  @root = true
  root_children_visible_ifs << new_permission_check(reason, &block)
end