diff options
author | John Mair <jrmair@gmail.com> | 2011-02-28 04:51:12 +1300 |
---|---|---|
committer | John Mair <jrmair@gmail.com> | 2011-02-28 04:51:12 +1300 |
commit | 48bae3f587ec86f1e1984264eea3ddba124b73cf (patch) | |
tree | a0b3bbd2f1c641706661d19fb90aa446f63c8485 /test/test_helper.rb | |
parent | 1ff2d733a582ca31702521fe2ed13a09ce2765ad (diff) | |
download | method_source-0.3.4.tar.gz |
version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 26d108b..ed5fa26 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,9 +1,3 @@ -class String - def clear - replace("") - end -end - module M def hello; :hello_module; end end |