lib/inch/evaluation/role/object.rb in inch-0.3.1.rc4 vs lib/inch/evaluation/role/object.rb in inch-0.3.1.rc5

- old
+ new

@@ -55,9 +55,21 @@ def priority -5 end end + # Role assigned to objects explicitly or implicitly tagged to be + # private. + # + # @see CodeObject::NodocHelper + class TaggedAsPrivate < Base + applicable_if :tagged_as_private? + + def priority + -5 + end + end + # Role assigned to objects declared in the top-level namespace class InRoot < Base applicable_if :in_root? def priority