lib/inch/evaluation.rb in inch-0.1.3 vs lib/inch/evaluation.rb in inch-0.1.4
- old
+ new
@@ -7,11 +7,9 @@
private
def self.class_for(code_object)
class_name = code_object.class.to_s.split('::').last
eval(class_name)
- rescue
- Base
end
end
end
require_relative 'evaluation/file'