lib/inch/evaluation/role.rb in inch-0.5.0.rc5 vs lib/inch/evaluation/role.rb in inch-0.5.0.rc6

- old
+ new

@@ -90,10 +90,10 @@ # Returns the type of the +object+ that is being evaluated. # # @return [String] def object_type - raise NotImplementedError + fail NotImplementedError end end end end