lib/inch/evaluation/proxy/constant_object.rb in inch-0.4.6 vs lib/inch/evaluation/proxy/constant_object.rb in inch-0.4.7
- 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