test/test_helper.rb in method_source-0.3.3 vs test/test_helper.rb in method_source-0.3.4
- old
+ new
@@ -1,10 +1,4 @@
-class String
- def clear
- replace("")
- end
-end
-
module M
def hello; :hello_module; end
end
$o = Object.new
- old
+ new