lib/inch/api/compare/code_objects.rb in inch-0.5.0.rc5 vs lib/inch/api/compare/code_objects.rb in inch-0.5.0.rc6

- old
+ new

@@ -5,10 +5,10 @@ attr_reader :before, :after def initialize(object1, object2) @before, @after = object1, object2 if @before.object_id == @after.object_id - fail "@before and @after are identical ruby objects. this is bad." + fail '@before and @after are identical ruby objects. this is bad.' end end def changed? present? && !unchanged?