lib/inch/evaluation/role/object.rb in inch-0.1.3 vs lib/inch/evaluation/role/object.rb in inch-0.1.4
- old
+ new
@@ -29,14 +29,10 @@
end
end
class Public < Base
def priority
- if object.type == :constant
- -1
- else
- +2
- end
+ +2
end
end
class Protected < Base
def priority
+1