lib/inch/evaluation/role/base.rb in inch-0.4.10 vs lib/inch/evaluation/role/base.rb in inch-0.5.0.rc1

- old
+ new

@@ -82,10 +82,10 @@ def suggestion nil end def object_type - object.class.to_s.split("::").last.gsub(/Object$/, "").downcase + object.class.to_s.split('::').last.gsub(/Object$/, '').downcase end end end end end