General

Profile

jesserayadkins (Jesse Adkins)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/11/2014

06:50 AM Ruby Bug #9931 (Closed): irb: Really weird behavior for x = "#{x\"}" (ex: irb(main:009:-4))
# Our journey starts off rather simple:
irb(main):001:0> x = "#{x}"
=> ""
# Okay, makes sense.
irb(main):002:0> x = "#{x\"}"
irb(main):003:0"
# Hmm...Still in a string? That's weird.
irb(main):003:0" "
irb(main):004:0>
# Thing...
jesserayadkins (Jesse Adkins)

Also available in: Atom