# File lib/declarative_authorization/authorization.rb, line 275
    def roles_with_hierarchy_for(user)
      flatten_roles(roles_for(user))
    end