lib/onstomp/connections/serializers/stomp_1.rb in onstomp-1.0.2 vs lib/onstomp/connections/serializers/stomp_1.rb in onstomp-1.0.3
- old
+ new
@@ -69,10 +69,10 @@
else
@parse_accum << data
end
end
- # Adds the substring +data[0...idx]+ to the parser's accumulator,
+ # Adds the substring `data[0...idx]` to the parser's accumulator,
# unshifts the remaining data back onto the buffer, and calls `meth`
# with the parser's accumulated string.
# @param [Array<String>] buffer
# @param [String] data
# @param [Fixnum] idx