lib/inch/evaluation/role/base.rb in inch-0.4.6 vs lib/inch/evaluation/role/base.rb in inch-0.4.7

- 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