lib/inch/evaluation/constant_object.rb in inch-0.1.3 vs lib/inch/evaluation/constant_object.rb in inch-0.1.4

- old
+ new

@@ -20,12 +20,9 @@ add_role Role::Constant::InRoot.new(object) end if object.public? add_role Role::Constant::Public.new(object) end - if object.protected? - add_role Role::Constant::Protected.new(object) - end if object.private? add_role Role::Constant::Private.new(object) end end end