Prints the slice as "string"@offset.
"string"@offset
103 104 105 106
# File 'lib/parslet/slice.rb', line 103 def inspect str.inspect + "@#{offset}" end