wconrad (Wayne Conrad)
- Login: wconrad
- Email: wconrad@yagni.com
- Registered on: 01/27/2010
- Last sign in: 08/20/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/16/2014
-
12:18 PM Ruby Feature #9846 (Rejected): Regexp#to_regexp
- There should be `Regexp#to_regexp`, just as there is `Array#to_ary` and `String#to_str`.
```ruby
p [].to_ary # => []
p ''.to_str # => ""
p //.to_regexp # undefined method `to_regexp`...
```
The use case is code l...