Skip to content

Commit

Permalink
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/truffle/tags/core/kernel/chomp_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
slow:Kernel.chomp removes the final newline of $_
slow:Kernel.chomp removes the final carriage return of $_
slow:Kernel.chomp removes the final carriage return, newline of $_
slow:Kernel.chomp removes only the final newline of $_
slow:Kernel.chomp removes the value of $/ from the end of $_
slow:Kernel#chomp removes the final newline of $_
slow:Kernel#chomp removes the final carriage return of $_
slow:Kernel#chomp removes the final carriage return, newline of $_
slow:Kernel#chomp removes only the final newline of $_
slow:Kernel#chomp removes the value of $/ from the end of $_
slow:Kernel#chomp is a private method
slow:Kernel.chomp removes the final carriage return, newline from a multi-byte $_
slow:Kernel#chomp removes the final carriage return, newline from a multi-byte $_
7 changes: 7 additions & 0 deletions spec/truffle/tags/core/kernel/chop_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
slow:Kernel.chop removes the final character of $_
slow:Kernel.chop removes the final carriage return, newline of $_
slow:#chop is a private method
slow:#chop removes the final character of $_
slow:#chop removes the final carriage return, newline of $_
slow:Kernel.chop removes the final multi-byte character from $_
slow:Kernel#chop removes the final multi-byte character from $_

0 comments on commit e42cbfa

Please sign in to comment.