jfraser (Jeff Fraser)
- Login: jfraser
- Email: sixfeetover@gmail.com
- Registered on: 07/20/2011
- Last sign in: 07/20/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
07/20/2011
-
01:47 AM Ruby Feature #5054: Compress a sequence of ends
- I find this syntax to be un-ruby like. If anything, using something like 'end!' seems more rubyish:
```ruby
module MyModule
class MyClass
def my_method
10.times do
if rand < 0.5
p :small
end!
...