This project is closed and read-only.
Actions
Backport #4986
closedParsing bug in irb: "#{"//"}"
Backport #4986:
Parsing bug in irb: "#{"//"}"
Status:
Closed
Assignee:
-
Description
When issuing the following command in irb, it believes it's in the middle of a regexp, rather than returning a string with two slashes:
While this doesn't seem all that common, it has the same problem with the following string:
irb version is: irb 0.9.5(05/04/13)
Actions