General

Profile

tammo (tammo tjarks)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

08/11/2020

03:14 PM Ruby Bug #17114: Float is not properly kept as integer when integer is added without space
Hello,
my fault. Thank you for clarification.
Best regards,
Tammo
tammo (tammo tjarks)
02:25 PM Ruby Bug #17114 (Rejected): Float is not properly kept as integer when integer is added without space
Hello dear ruby community,
I observed the following behaviour:
``` ruby
1.0.floor +1 # => 1.0
(1.0).floor +1 # => 1.0
(1.0.floor) +1 # => 2
1.0.floor + 1 # => 2
```
I think this is due to `+1` being taken as an argument to `f...
tammo (tammo tjarks)

11/24/2014

04:07 PM Ruby Bug #10539: Wrong pattern matching when string interpolation inside regexp is used
I think I found my error. Sorry
Please Close it.
Best regards,
Tammo
tammo (tammo tjarks)
04:02 PM Ruby Bug #10539 (Rejected): Wrong pattern matching when string interpolation inside regexp is used
Hello,
maybe it is my fault, but I stumble over the fact, that I get a match when I should not (have added a short example).
I use an Array to have a list of matching names like:
~~~ruby
a = ['moin','test','whatever']
~~~
and whe...
tammo (tammo tjarks)

Also available in: Atom