jhilden (Jakob Hilden)
- Login: jhilden
- Email: jakobhilden@gmail.com
- Registered on: 04/26/2012
- Last sign in: 06/22/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/22/2012
-
09:05 PM Ruby Bug #5950: open-uri: https redirect fix
- Seems like a duplicate of http://bugs.ruby-lang.org/issues/859
05/14/2012
-
06:02 AM Ruby Feature #6365: [Feature request] Better readable syntax to check if String is included in Array
- (First, sorry for my late reply, I somehow didn't receive notifications that my ticket was updated.)
Thank you very much for thinking about my proposal. I agree that it is very subjective and I probably also agree that str.include?([...
04/26/2012
-
05:36 PM Ruby Feature #6365: [Feature request] Better readable syntax to check if String is included in Array
- Since I can't fix the RD syntax error, here is the text again:
I find myself constantly wanting to check whether one string is included within an array of strings.
It is certainly possible (and also fast) to do that in Ruby with some... -
05:33 PM Ruby Feature #6365 (Rejected): [Feature request] Better readable syntax to check if String is included in Array
- =begin
I find myself constantly wanting to check whether one string is included within an array of strings.
It is certainly possible (and also fast) to do that in Ruby with something like this: (({["foo", "bar"].include?("foo")}))
But...