diff options
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 78ef513..bb28e29 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,4 +1,10 @@ - # A comment for hello +class String + def clear + replace("") + end +end + +# A comment for hello # It spans two lines and is indented by 2 spaces def hello; :hello; end |