lib/inch/evaluation/proxy/constant_object.rb in inch-0.4.10 vs lib/inch/evaluation/proxy/constant_object.rb in inch-0.5.0.rc1

- old
+ new

@@ -8,10 +8,10 @@ { Role::Constant::WithDoc => score_for(:docstring), Role::Constant::WithoutDoc => score_for(:docstring), Role::Constant::TaggedAsNodoc => nil, Role::Constant::Public => nil, - Role::Constant::Private => nil + Role::Constant::Private => nil, } end end end end